Shades of Paua #170853
Tints of Paua #170853
RGB
CMYK
RGB Variations
Color information
#170853 (or 0x170853) is known color: Paua. HEX triplet: 17, 08 and 53. RGB value is (23,8,83). Sum of RGB (Red+Green+Blue) = 23+8+83=114 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20.18% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 83 (32.81% from 255 or 72.81% from 114); Max value from RGB is 83 - color contains mainly: blue. Hex color #170853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #170853 is #E8F7AC. Grayscale: #141414. Windows color (decimal): -15267757 or 5441559. OLE color: 5441559.
HSL color Cylindrical-coordinate representation of color #170853: hue angle of 252º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #170853 is Cyan = 0.72, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 23 | 8 | 83 | - |
| CMYK | 0.72 | 0.90 | 0 | 0.67 |
| HSL | 252º | 0.82% | 0.18% | - |
| HSV(B) | 252º | 0.9% | 0.33% | - |
| XYZ | 2 | 0.98 | 8.27 | - |
| YUV | 21.04 | 162.97 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 8 | 83 | 0.72 | 0.90 | 0 | 0.67 | 252 | 0.82 | 0.18 |
| Hex | 17 | 8 | 53 | 48 | 5A | 0 | 43 | FC | 52 | 12 |
| Octal | 27 | 10 | 123 | 110 | 132 | 0 | 103 | 374 | 122 | 22 |
| Binary | 10111 | 1000 | 1010011 | 1001000 | 1011010 | 0 | 1000011 | 11111100 | 1010010 | 10010 |
Color Harmonies of #170853
Complementary color
Monochromatic Colors of #170853
Black with #170853
Text Example
Text Example
White with #170853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170853; }
p { color: rgb(23,8,83); }
H1.HeaderClassName
{
color: #170853;
}
.AnyTagClassName
{
color: #170853;
}
</style>
background-color css
<style>
a { background-color: #170853; }
a { background-color: rgb(23,8,83); }
div.DivClassName
{
background-color: #170853;
}
.BgClassName
{
background-color: #170853;
}
</style>
border-color css
<style>
span { border-color: #170853; }
span { border-color: rgb(23,8,83); }
td.TdClassName
{
border-color: #170853;
}
.TagClassName
{
border-color: #170853;
}
</style>