Shades of Blue Stone #1D565A
Tints of Blue Stone #1D565A
RGB
CMYK
RGB Variations
Color information
#1D565A (or 0x1D565A) is known color: Blue Stone. HEX triplet: 1D, 56 and 5A. RGB value is (29,86,90). Sum of RGB (Red+Green+Blue) = 29+86+90=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #1D565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D565A is #E2A9A5. Grayscale: #454545. Windows color (decimal): -14854566 or 5920285. OLE color: 5920285.
HSL color Cylindrical-coordinate representation of color #1D565A: hue angle of 183.93º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1D565A is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 29 | 86 | 90 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.65 |
| HSL | 183.93º | 0.51% | 0.23% | - |
| HSV(B) | 183.93º | 0.68% | 0.35% | - |
| XYZ | 5.68 | 7.65 | 10.85 | - |
| YUV | 69.41 | 139.62 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 86 | 90 | 0.68 | 0.04 | 0 | 0.65 | 183.93 | 0.51 | 0.23 |
| Hex | 1D | 56 | 5A | 44 | 4 | 0 | 41 | B8 | 33 | 17 |
| Octal | 35 | 126 | 132 | 104 | 4 | 0 | 101 | 270 | 63 | 27 |
| Binary | 11101 | 1010110 | 1011010 | 1000100 | 100 | 0 | 1000001 | 10111000 | 110011 | 10111 |
Color Harmonies of #1D565A
Complementary color
Monochromatic Colors of #1D565A
Black with #1D565A
Text Example
Text Example
White with #1D565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D565A; }
p { color: rgb(29,86,90); }
H1.HeaderClassName
{
color: #1D565A;
}
.AnyTagClassName
{
color: #1D565A;
}
</style>
background-color css
<style>
a { background-color: #1D565A; }
a { background-color: rgb(29,86,90); }
div.DivClassName
{
background-color: #1D565A;
}
.BgClassName
{
background-color: #1D565A;
}
</style>
border-color css
<style>
span { border-color: #1D565A; }
span { border-color: rgb(29,86,90); }
td.TdClassName
{
border-color: #1D565A;
}
.TagClassName
{
border-color: #1D565A;
}
</style>