Shades of Cadet Blue #5C9A9A
Tints of Cadet Blue #5C9A9A
RGB
CMYK
RGB Variations
Color information
#5C9A9A (or 0x5C9A9A) is known color: Cadet Blue. HEX triplet: 5C, 9A and 9A. RGB value is (92,154,154). Sum of RGB (Red+Green+Blue) = 92+154+154=400 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23% from 400); Green value is 154 (60.55% from 255 or 38.5% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 154 - color contains mainly: green, blue. Hex color #5C9A9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9A9A is #A36565. Grayscale: #878787. Windows color (decimal): -10708326 or 10132060. OLE color: 10132060.
HSL color Cylindrical-coordinate representation of color #5C9A9A: hue angle of 180º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C9A9A is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 154 | 154 | - |
| CMYK | 0.40 | 0 | 0 | 0.40 |
| HSL | 180º | 0.25% | 0.48% | - |
| HSV(B) | 180º | 0.4% | 0.6% | - |
| XYZ | 21.8 | 27.72 | 34.77 | - |
| YUV | 135.46 | 138.46 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 154 | 154 | 0.40 | 0 | 0 | 0.40 | 180 | 0.25 | 0.48 |
| Hex | 5C | 9A | 9A | 28 | 0 | 0 | 28 | B4 | 19 | 30 |
| Octal | 134 | 232 | 232 | 50 | 0 | 0 | 50 | 264 | 31 | 60 |
| Binary | 1011100 | 10011010 | 10011010 | 101000 | 0 | 0 | 101000 | 10110100 | 11001 | 110000 |
Color Harmonies of #5C9A9A
Complementary color
Monochromatic Colors of #5C9A9A
Black with #5C9A9A
Text Example
Text Example
White with #5C9A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9A9A; }
p { color: rgb(92,154,154); }
H1.HeaderClassName
{
color: #5C9A9A;
}
.AnyTagClassName
{
color: #5C9A9A;
}
</style>
background-color css
<style>
a { background-color: #5C9A9A; }
a { background-color: rgb(92,154,154); }
div.DivClassName
{
background-color: #5C9A9A;
}
.BgClassName
{
background-color: #5C9A9A;
}
</style>
border-color css
<style>
span { border-color: #5C9A9A; }
span { border-color: rgb(92,154,154); }
td.TdClassName
{
border-color: #5C9A9A;
}
.TagClassName
{
border-color: #5C9A9A;
}
</style>