Shades of Horizon #5D919C
Tints of Horizon #5D919C
RGB
CMYK
RGB Variations
Color information
#5D919C (or 0x5D919C) is known color: Horizon. HEX triplet: 5D, 91 and 9C. RGB value is (93,145,156). Sum of RGB (Red+Green+Blue) = 93+145+156=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D919C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D919C is #A26E63. Grayscale: #828282. Windows color (decimal): -10645092 or 10260829. OLE color: 10260829.
HSL color Cylindrical-coordinate representation of color #5D919C: hue angle of 190.48º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D919C is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 145 | 156 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.39 |
| HSL | 190.48º | 0.25% | 0.49% | - |
| HSV(B) | 190.48º | 0.4% | 0.61% | - |
| XYZ | 20.64 | 24.98 | 35.19 | - |
| YUV | 130.71 | 142.27 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 145 | 156 | 0.40 | 0.07 | 0 | 0.39 | 190.48 | 0.25 | 0.49 |
| Hex | 5D | 91 | 9C | 28 | 7 | 0 | 27 | BE | 19 | 31 |
| Octal | 135 | 221 | 234 | 50 | 7 | 0 | 47 | 276 | 31 | 61 |
| Binary | 1011101 | 10010001 | 10011100 | 101000 | 111 | 0 | 100111 | 10111110 | 11001 | 110001 |
Color Harmonies of #5D919C
Complementary color
Monochromatic Colors of #5D919C
Black with #5D919C
Text Example
Text Example
White with #5D919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D919C; }
p { color: rgb(93,145,156); }
H1.HeaderClassName
{
color: #5D919C;
}
.AnyTagClassName
{
color: #5D919C;
}
</style>
background-color css
<style>
a { background-color: #5D919C; }
a { background-color: rgb(93,145,156); }
div.DivClassName
{
background-color: #5D919C;
}
.BgClassName
{
background-color: #5D919C;
}
</style>
border-color css
<style>
span { border-color: #5D919C; }
span { border-color: rgb(93,145,156); }
td.TdClassName
{
border-color: #5D919C;
}
.TagClassName
{
border-color: #5D919C;
}
</style>