Shades of Blue Stone #175A67
Tints of Blue Stone #175A67
RGB
CMYK
RGB Variations
Color information
#175A67 (or 0x175A67) is known color: Blue Stone. HEX triplet: 17, 5A and 67. RGB value is (23,90,103). Sum of RGB (Red+Green+Blue) = 23+90+103=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #175A67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175A67 is #E8A598. Grayscale: #474747. Windows color (decimal): -15246745 or 6773271. OLE color: 6773271.
HSL color Cylindrical-coordinate representation of color #175A67: hue angle of 189.75º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #175A67 is Cyan = 0.78, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 90 | 103 | - |
| CMYK | 0.78 | 0.13 | 0 | 0.60 |
| HSL | 189.75º | 0.63% | 0.25% | - |
| HSV(B) | 189.75º | 0.78% | 0.4% | - |
| XYZ | 6.46 | 8.47 | 14.13 | - |
| YUV | 71.45 | 145.8 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 90 | 103 | 0.78 | 0.13 | 0 | 0.60 | 189.75 | 0.63 | 0.25 |
| Hex | 17 | 5A | 67 | 4E | D | 0 | 3C | BE | 3F | 19 |
| Octal | 27 | 132 | 147 | 116 | 15 | 0 | 74 | 276 | 77 | 31 |
| Binary | 10111 | 1011010 | 1100111 | 1001110 | 1101 | 0 | 111100 | 10111110 | 111111 | 11001 |
Color Harmonies of #175A67
Complementary color
Monochromatic Colors of #175A67
Black with #175A67
Text Example
Text Example
White with #175A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #175A67; }
p { color: rgb(23,90,103); }
H1.HeaderClassName
{
color: #175A67;
}
.AnyTagClassName
{
color: #175A67;
}
</style>
background-color css
<style>
a { background-color: #175A67; }
a { background-color: rgb(23,90,103); }
div.DivClassName
{
background-color: #175A67;
}
.BgClassName
{
background-color: #175A67;
}
</style>
border-color css
<style>
span { border-color: #175A67; }
span { border-color: rgb(23,90,103); }
td.TdClassName
{
border-color: #175A67;
}
.TagClassName
{
border-color: #175A67;
}
</style>