Shades of Horizon #5D909C
Tints of Horizon #5D909C
RGB
CMYK
RGB Variations
Color information
#5D909C (or 0x5D909C) is known color: Horizon. HEX triplet: 5D, 90 and 9C. RGB value is (93,144,156). Sum of RGB (Red+Green+Blue) = 93+144+156=393 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.66% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D909C is #A26F63. Grayscale: #828282. Windows color (decimal): -10645348 or 10260573. OLE color: 10260573.
HSL color Cylindrical-coordinate representation of color #5D909C: hue angle of 191.43º 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 #5D909C is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 93 | 144 | 156 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.39 |
| HSL | 191.43º | 0.25% | 0.49% | - |
| HSV(B) | 191.43º | 0.4% | 0.61% | - |
| XYZ | 20.49 | 24.67 | 35.14 | - |
| YUV | 130.12 | 142.6 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 144 | 156 | 0.40 | 0.08 | 0 | 0.39 | 191.43 | 0.25 | 0.49 |
| Hex | 5D | 90 | 9C | 28 | 8 | 0 | 27 | BF | 19 | 31 |
| Octal | 135 | 220 | 234 | 50 | 10 | 0 | 47 | 277 | 31 | 61 |
| Binary | 1011101 | 10010000 | 10011100 | 101000 | 1000 | 0 | 100111 | 10111111 | 11001 | 110001 |
Color Harmonies of #5D909C
Complementary color
Monochromatic Colors of #5D909C
Black with #5D909C
Text Example
Text Example
White with #5D909C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D909C; }
p { color: rgb(93,144,156); }
H1.HeaderClassName
{
color: #5D909C;
}
.AnyTagClassName
{
color: #5D909C;
}
</style>
background-color css
<style>
a { background-color: #5D909C; }
a { background-color: rgb(93,144,156); }
div.DivClassName
{
background-color: #5D909C;
}
.BgClassName
{
background-color: #5D909C;
}
</style>
border-color css
<style>
span { border-color: #5D909C; }
span { border-color: rgb(93,144,156); }
td.TdClassName
{
border-color: #5D909C;
}
.TagClassName
{
border-color: #5D909C;
}
</style>