Shades of Cadet Blue #5B979A
Tints of Cadet Blue #5B979A
RGB
CMYK
RGB Variations
Color information
#5B979A (or 0x5B979A) is known color: Cadet Blue. HEX triplet: 5B, 97 and 9A. RGB value is (91,151,154). Sum of RGB (Red+Green+Blue) = 91+151+154=396 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.98% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B979A is #A46865. Grayscale: #858585. Windows color (decimal): -10774630 or 10131291. OLE color: 10131291.
HSL color Cylindrical-coordinate representation of color #5B979A: hue angle of 182.86º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B979A is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 151 | 154 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.40 |
| HSL | 182.86º | 0.26% | 0.48% | - |
| HSV(B) | 182.86º | 0.41% | 0.6% | - |
| XYZ | 21.21 | 26.69 | 34.61 | - |
| YUV | 133.4 | 139.62 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 151 | 154 | 0.41 | 0.02 | 0 | 0.40 | 182.86 | 0.26 | 0.48 |
| Hex | 5B | 97 | 9A | 29 | 2 | 0 | 28 | B7 | 1A | 30 |
| Octal | 133 | 227 | 232 | 51 | 2 | 0 | 50 | 267 | 32 | 60 |
| Binary | 1011011 | 10010111 | 10011010 | 101001 | 10 | 0 | 101000 | 10110111 | 11010 | 110000 |
Color Harmonies of #5B979A
Complementary color
Monochromatic Colors of #5B979A
Black with #5B979A
Text Example
Text Example
White with #5B979A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B979A; }
p { color: rgb(91,151,154); }
H1.HeaderClassName
{
color: #5B979A;
}
.AnyTagClassName
{
color: #5B979A;
}
</style>
background-color css
<style>
a { background-color: #5B979A; }
a { background-color: rgb(91,151,154); }
div.DivClassName
{
background-color: #5B979A;
}
.BgClassName
{
background-color: #5B979A;
}
</style>
border-color css
<style>
span { border-color: #5B979A; }
span { border-color: rgb(91,151,154); }
td.TdClassName
{
border-color: #5B979A;
}
.TagClassName
{
border-color: #5B979A;
}
</style>