Shades of Eastern Blue #058CA2
Tints of Eastern Blue #058CA2
RGB
CMYK
RGB Variations
Color information
#058CA2 (or 0x058CA2) is known color: Eastern Blue. HEX triplet: 05, 8C and A2. RGB value is (5,140,162). Sum of RGB (Red+Green+Blue) = 5+140+162=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #058CA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058CA2 is #FA735D. Grayscale: #656565. Windows color (decimal): -16413534 or 10652677. OLE color: 10652677.
HSL color Cylindrical-coordinate representation of color #058CA2: hue angle of 188.41º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058CA2 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 5 | 140 | 162 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.36 |
| HSL | 188.41º | 0.94% | 0.33% | - |
| HSV(B) | 188.41º | 0.97% | 0.64% | - |
| XYZ | 15.96 | 21.4 | 37.47 | - |
| YUV | 102.14 | 161.77 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 140 | 162 | 0.97 | 0.14 | 0 | 0.36 | 188.41 | 0.94 | 0.33 |
| Hex | 5 | 8C | A2 | 61 | E | 0 | 24 | BC | 5E | 21 |
| Octal | 5 | 214 | 242 | 141 | 16 | 0 | 44 | 274 | 136 | 41 |
| Binary | 101 | 10001100 | 10100010 | 1100001 | 1110 | 0 | 100100 | 10111100 | 1011110 | 100001 |
Color Harmonies of #058CA2
Complementary color
Monochromatic Colors of #058CA2
Black with #058CA2
Text Example
Text Example
White with #058CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #058CA2; }
p { color: rgb(5,140,162); }
H1.HeaderClassName
{
color: #058CA2;
}
.AnyTagClassName
{
color: #058CA2;
}
</style>
background-color css
<style>
a { background-color: #058CA2; }
a { background-color: rgb(5,140,162); }
div.DivClassName
{
background-color: #058CA2;
}
.BgClassName
{
background-color: #058CA2;
}
</style>
border-color css
<style>
span { border-color: #058CA2; }
span { border-color: rgb(5,140,162); }
td.TdClassName
{
border-color: #058CA2;
}
.TagClassName
{
border-color: #058CA2;
}
</style>