Shades of Cadet Blue #5F9AA4
Tints of Cadet Blue #5F9AA4
RGB
CMYK
RGB Variations
Color information
#5F9AA4 (or 0x5F9AA4) is known color: Cadet Blue. HEX triplet: 5F, 9A and A4. RGB value is (95,154,164). Sum of RGB (Red+Green+Blue) = 95+154+164=413 (54% of max value = 765). Red value is 95 (37.5% from 255 or 23.00% from 413); Green value is 154 (60.55% from 255 or 37.29% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 164 - color contains mainly: blue. Hex color #5F9AA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F9AA4 is #A0655B. Grayscale: #898989. Windows color (decimal): -10511708 or 10787423. OLE color: 10787423.
HSL color Cylindrical-coordinate representation of color #5F9AA4: hue angle of 188.7º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F9AA4 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 154 | 164 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.36 |
| HSL | 188.7º | 0.27% | 0.51% | - |
| HSV(B) | 188.7º | 0.42% | 0.64% | - |
| XYZ | 22.98 | 28.22 | 39.36 | - |
| YUV | 137.5 | 142.95 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 154 | 164 | 0.42 | 0.06 | 0 | 0.36 | 188.7 | 0.27 | 0.51 |
| Hex | 5F | 9A | A4 | 2A | 6 | 0 | 24 | BD | 1B | 33 |
| Octal | 137 | 232 | 244 | 52 | 6 | 0 | 44 | 275 | 33 | 63 |
| Binary | 1011111 | 10011010 | 10100100 | 101010 | 110 | 0 | 100100 | 10111101 | 11011 | 110011 |
Color Harmonies of #5F9AA4
Complementary color
Monochromatic Colors of #5F9AA4
Black with #5F9AA4
Text Example
Text Example
White with #5F9AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9AA4; }
p { color: rgb(95,154,164); }
H1.HeaderClassName
{
color: #5F9AA4;
}
.AnyTagClassName
{
color: #5F9AA4;
}
</style>
background-color css
<style>
a { background-color: #5F9AA4; }
a { background-color: rgb(95,154,164); }
div.DivClassName
{
background-color: #5F9AA4;
}
.BgClassName
{
background-color: #5F9AA4;
}
</style>
border-color css
<style>
span { border-color: #5F9AA4; }
span { border-color: rgb(95,154,164); }
td.TdClassName
{
border-color: #5F9AA4;
}
.TagClassName
{
border-color: #5F9AA4;
}
</style>