Shades of Eastern Blue #05979C
Tints of Eastern Blue #05979C
RGB
CMYK
RGB Variations
Color information
#05979C (or 0x05979C) is known color: Eastern Blue. HEX triplet: 05, 97 and 9C. RGB value is (5,151,156). Sum of RGB (Red+Green+Blue) = 5+151+156=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #05979C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #05979C is #FA6863. Grayscale: #6B6B6B. Windows color (decimal): -16410724 or 10262277. OLE color: 10262277.
HSL color Cylindrical-coordinate representation of color #05979C: hue angle of 181.99º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05979C is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 5 | 151 | 156 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.39 |
| HSL | 181.99º | 0.94% | 0.32% | - |
| HSV(B) | 181.99º | 0.97% | 0.61% | - |
| XYZ | 17.13 | 24.57 | 35.29 | - |
| YUV | 107.92 | 155.13 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 151 | 156 | 0.97 | 0.03 | 0 | 0.39 | 181.99 | 0.94 | 0.32 |
| Hex | 5 | 97 | 9C | 61 | 3 | 0 | 27 | B6 | 5E | 20 |
| Octal | 5 | 227 | 234 | 141 | 3 | 0 | 47 | 266 | 136 | 40 |
| Binary | 101 | 10010111 | 10011100 | 1100001 | 11 | 0 | 100111 | 10110110 | 1011110 | 100000 |
Color Harmonies of #05979C
Complementary color
Monochromatic Colors of #05979C
Black with #05979C
Text Example
Text Example
White with #05979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05979C; }
p { color: rgb(5,151,156); }
H1.HeaderClassName
{
color: #05979C;
}
.AnyTagClassName
{
color: #05979C;
}
</style>
background-color css
<style>
a { background-color: #05979C; }
a { background-color: rgb(5,151,156); }
div.DivClassName
{
background-color: #05979C;
}
.BgClassName
{
background-color: #05979C;
}
</style>
border-color css
<style>
span { border-color: #05979C; }
span { border-color: rgb(5,151,156); }
td.TdClassName
{
border-color: #05979C;
}
.TagClassName
{
border-color: #05979C;
}
</style>