Shades of Paua #171553
Tints of Paua #171553
RGB
CMYK
RGB Variations
Color information
#171553 (or 0x171553) is known color: Paua. HEX triplet: 17, 15 and 53. RGB value is (23,21,83). Sum of RGB (Red+Green+Blue) = 23+21+83=127 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.11% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #171553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171553 is #E8EAAC. Grayscale: #1C1C1C. Windows color (decimal): -15264429 or 5444887. OLE color: 5444887.
HSL color Cylindrical-coordinate representation of color #171553: hue angle of 241.94º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #171553 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 21 | 83 | - |
| CMYK | 0.72 | 0.75 | 0 | 0.67 |
| HSL | 241.94º | 0.6% | 0.2% | - |
| HSV(B) | 241.94º | 0.75% | 0.33% | - |
| XYZ | 2.18 | 1.34 | 8.33 | - |
| YUV | 28.67 | 158.66 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 21 | 83 | 0.72 | 0.75 | 0 | 0.67 | 241.94 | 0.6 | 0.2 |
| Hex | 17 | 15 | 53 | 48 | 4B | 0 | 43 | F2 | 3C | 14 |
| Octal | 27 | 25 | 123 | 110 | 113 | 0 | 103 | 362 | 74 | 24 |
| Binary | 10111 | 10101 | 1010011 | 1001000 | 1001011 | 0 | 1000011 | 11110010 | 111100 | 10100 |
Color Harmonies of #171553
Complementary color
Monochromatic Colors of #171553
Black with #171553
Text Example
Text Example
White with #171553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171553; }
p { color: rgb(23,21,83); }
H1.HeaderClassName
{
color: #171553;
}
.AnyTagClassName
{
color: #171553;
}
</style>
background-color css
<style>
a { background-color: #171553; }
a { background-color: rgb(23,21,83); }
div.DivClassName
{
background-color: #171553;
}
.BgClassName
{
background-color: #171553;
}
</style>
border-color css
<style>
span { border-color: #171553; }
span { border-color: rgb(23,21,83); }
td.TdClassName
{
border-color: #171553;
}
.TagClassName
{
border-color: #171553;
}
</style>