#058A9C

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

Shades of Eastern Blue #058A9C

Tints of Eastern Blue #058A9C

Color information

#058A9C (or 0x058A9C) is unknown color: approx Eastern Blue. HEX triplet: 05, 8A and 9C. RGB value is (5,138,156). Sum of RGB (Red+Green+Blue) = 5+138+156=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #058A9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058A9C is #FA7563. Grayscale: #646464. Windows color (decimal): -16414052 or 10258949. OLE color: 10258949.

HSL color Cylindrical-coordinate representation of color #058A9C: hue angle of 187.15º 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 #058A9C is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5138156-
CMYK0.970.1200.39
HSL187.15º93.79%31.57%-
HSV(B)187.15º96.79%61.18%-
XYZ15.1520.6134.63-
YUV100.28159.4460.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.67%
GREEN value IS 138 (54.30% from 255) = 46.15%
BLUE value IS 156 (61.33% from 255) = 52.17%
R=1.67%
G=46.15%
B=52.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51381560.970.1200.39187.1593.7931.57
Hex58A9C61C027bb5e20
Octal52122341411404727313640
Binary1011000101010011100110000111000100111101110111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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