Shades of Cadet Blue #589C9C
Tints of Cadet Blue #589C9C
RGB
CMYK
RGB Variations
Color information
#589C9C (or 0x589C9C) is known color: Cadet Blue. HEX triplet: 58, 9C and 9C. RGB value is (88,156,156). Sum of RGB (Red+Green+Blue) = 88+156+156=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 156 (61.33% from 255 or 39% from 400); Max value from RGB is 156 - color contains mainly: green, blue. Hex color #589C9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #589C9C is #A76363. Grayscale: #878787. Windows color (decimal): -10969956 or 10263640. OLE color: 10263640.
HSL color Cylindrical-coordinate representation of color #589C9C: hue angle of 180º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #589C9C is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 156 | 156 | - |
| CMYK | 0.44 | 0 | 0 | 0.39 |
| HSL | 180º | 0.28% | 0.48% | - |
| HSV(B) | 180º | 0.44% | 0.61% | - |
| XYZ | 21.91 | 28.25 | 35.75 | - |
| YUV | 135.67 | 139.47 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 156 | 156 | 0.44 | 0 | 0 | 0.39 | 180 | 0.28 | 0.48 |
| Hex | 58 | 9C | 9C | 2C | 0 | 0 | 27 | B4 | 1C | 30 |
| Octal | 130 | 234 | 234 | 54 | 0 | 0 | 47 | 264 | 34 | 60 |
| Binary | 1011000 | 10011100 | 10011100 | 101100 | 0 | 0 | 100111 | 10110100 | 11100 | 110000 |
Color Harmonies of #589C9C
Complementary color
Monochromatic Colors of #589C9C
Black with #589C9C
Text Example
Text Example
White with #589C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589C9C; }
p { color: rgb(88,156,156); }
H1.HeaderClassName
{
color: #589C9C;
}
.AnyTagClassName
{
color: #589C9C;
}
</style>
background-color css
<style>
a { background-color: #589C9C; }
a { background-color: rgb(88,156,156); }
div.DivClassName
{
background-color: #589C9C;
}
.BgClassName
{
background-color: #589C9C;
}
</style>
border-color css
<style>
span { border-color: #589C9C; }
span { border-color: rgb(88,156,156); }
td.TdClassName
{
border-color: #589C9C;
}
.TagClassName
{
border-color: #589C9C;
}
</style>