#058A97

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

Shades of Eastern Blue #058A97

Tints of Eastern Blue #058A97

Color information

#058A97 (or 0x058A97) is unknown color: approx Eastern Blue. HEX triplet: 05, 8A and 97. RGB value is (5,138,151). Sum of RGB (Red+Green+Blue) = 5+138+151=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 151 (59.38% from 255 or 51.36% from 294); Max value from RGB is 151 - color contains mainly: blue. Hex color #058A97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058A97 is #FA7568. Grayscale: #636363. Windows color (decimal): -16414057 or 9931269. OLE color: 9931269.

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

Color convert

RGB5138151-
CMYK0.970.0900.41
HSL185.34º93.59%30.59%-
HSV(B)185.34º96.69%59.22%-
XYZ14.7420.4432.45-
YUV99.72156.9460.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.70%
GREEN value IS 138 (54.30% from 255) = 46.94%
BLUE value IS 151 (59.38% from 255) = 51.36%
R=1.70%
G=46.94%
B=51.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51381510.970.0900.41185.3493.5930.59
Hex58A97619029b95e1f
Octal52122271411105127113637
Binary101100010101001011111000011001010100110111001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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