Shades of Cadet Blue #5C9EAC
Tints of Cadet Blue #5C9EAC
RGB
CMYK
RGB Variations
Color information
#5C9EAC (or 0x5C9EAC) is known color: Cadet Blue. HEX triplet: 5C, 9E and AC. RGB value is (92,158,172). Sum of RGB (Red+Green+Blue) = 92+158+172=422 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.80% from 422); Green value is 158 (62.11% from 255 or 37.44% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C9EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9EAC is #A36153. Grayscale: #8B8B8B. Windows color (decimal): -10707284 or 11312732. OLE color: 11312732.
HSL color Cylindrical-coordinate representation of color #5C9EAC: hue angle of 190.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C9EAC is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 158 | 172 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.33 |
| HSL | 190.5º | 0.33% | 0.52% | - |
| HSV(B) | 190.5º | 0.47% | 0.67% | - |
| XYZ | 24.09 | 29.71 | 43.49 | - |
| YUV | 139.86 | 146.13 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 158 | 172 | 0.47 | 0.08 | 0 | 0.33 | 190.5 | 0.33 | 0.52 |
| Hex | 5C | 9E | AC | 2F | 8 | 0 | 21 | BE | 21 | 34 |
| Octal | 134 | 236 | 254 | 57 | 10 | 0 | 41 | 276 | 41 | 64 |
| Binary | 1011100 | 10011110 | 10101100 | 101111 | 1000 | 0 | 100001 | 10111110 | 100001 | 110100 |
Color Harmonies of #5C9EAC
Complementary color
Monochromatic Colors of #5C9EAC
Black with #5C9EAC
Text Example
Text Example
White with #5C9EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9EAC; }
p { color: rgb(92,158,172); }
H1.HeaderClassName
{
color: #5C9EAC;
}
.AnyTagClassName
{
color: #5C9EAC;
}
</style>
background-color css
<style>
a { background-color: #5C9EAC; }
a { background-color: rgb(92,158,172); }
div.DivClassName
{
background-color: #5C9EAC;
}
.BgClassName
{
background-color: #5C9EAC;
}
</style>
border-color css
<style>
span { border-color: #5C9EAC; }
span { border-color: rgb(92,158,172); }
td.TdClassName
{
border-color: #5C9EAC;
}
.TagClassName
{
border-color: #5C9EAC;
}
</style>