#058E9B

Color #058E9B Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #058E9B

Tints of Eastern Blue #058E9B

Color information

#058E9B (or 0x058E9B) is unknown color: approx Eastern Blue. HEX triplet: 05, 8E and 9B. RGB value is (5,142,155). Sum of RGB (Red+Green+Blue) = 5+142+155=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #058E9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058E9B is #FA7164. Grayscale: #666666. Windows color (decimal): -16413029 or 10194437. OLE color: 10194437.

HSL color Cylindrical-coordinate representation of color #058E9B: hue angle of 185.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058E9B is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5142155-
CMYK0.970.0800.39
HSL185.2º93.75%31.37%-
HSV(B)185.2º96.77%60.78%-
XYZ15.6521.7434.38-
YUV102.52157.6158.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.66%
GREEN value IS 142 (55.86% from 255) = 47.02%
BLUE value IS 155 (60.94% from 255) = 51.32%
R=1.66%
G=47.02%
B=51.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51421550.970.0800.39185.293.7531.37
Hex58E9B618027b95e1f
Octal52162331411004727113637
Binary101100011101001101111000011000010011110111001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058E9B; }

 p { color: rgb(5,142,155); }

 H1.HeaderClassName
 {
   color: #058E9B;
 }
 .AnyTagClassName
 {
   color: #058E9B;
 }
</style>
background-color css

<style>
 a { background-color: #058E9B; }

 a { background-color: rgb(5,142,155); }

 div.DivClassName
 {
   background-color: #058E9B;
 }
 .BgClassName
 {
   background-color: #058E9B;
 }
</style>
border-color css

<style>
 span { border-color: #058E9B; }

 span { border-color: rgb(5,142,155); }

 td.TdClassName
 {
   border-color: #058E9B;
 }
 .TagClassName
 {
   border-color: #058E9B;
 }
</style>