#058A9E

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

Shades of Eastern Blue #058A9E

Tints of Eastern Blue #058A9E

Color information

#058A9E (or 0x058A9E) is unknown color: approx Eastern Blue. HEX triplet: 05, 8A and 9E. RGB value is (5,138,158). Sum of RGB (Red+Green+Blue) = 5+138+158=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 138 (54.30% from 255 or 45.85% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #058A9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058A9E is #FA7561. Grayscale: #646464. Windows color (decimal): -16414050 or 10390021. OLE color: 10390021.

HSL color Cylindrical-coordinate representation of color #058A9E: hue angle of 187.84º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058A9E is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5138158-
CMYK0.970.1300.38
HSL187.84º93.87%31.96%-
HSV(B)187.84º96.84%61.96%-
XYZ15.3220.6835.53-
YUV100.51160.4459.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.66%
GREEN value IS 138 (54.30% from 255) = 45.85%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=1.66%
G=45.85%
B=52.49%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51381580.970.1300.38187.8493.8731.96
Hex58A9E61D026bc5e20
Octal52122361411504627413640
Binary1011000101010011110110000111010100110101111001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,138,158); }

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

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

 a { background-color: rgb(5,138,158); }

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

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

 span { border-color: rgb(5,138,158); }

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