#058091

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

Shades of Eastern Blue #058091

Tints of Eastern Blue #058091

Color information

#058091 (or 0x058091) is unknown color: approx Eastern Blue. HEX triplet: 05, 80 and 91. RGB value is (5,128,145). Sum of RGB (Red+Green+Blue) = 5+128+145=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #058091 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058091 is #FA7F6E. Grayscale: #5C5C5C. Windows color (decimal): -16416623 or 9535493. OLE color: 9535493.

HSL color Cylindrical-coordinate representation of color #058091: hue angle of 187.29º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058091 is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5128145-
CMYK0.970.1200.43
HSL187.29º93.33%29.41%-
HSV(B)187.29º96.55%56.86%-
XYZ12.8917.5129.49-
YUV93.16157.2565.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.80%
GREEN value IS 128 (50.39% from 255) = 46.04%
BLUE value IS 145 (57.03% from 255) = 52.16%
R=1.80%
G=46.04%
B=52.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51281450.970.1200.43187.2993.3329.41
Hex5809161C02Bbb5d1d
Octal52002211411405327313535
Binary101100000001001000111000011100010101110111011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058091; }

 p { color: rgb(5,128,145); }

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

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

 a { background-color: rgb(5,128,145); }

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

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

 span { border-color: rgb(5,128,145); }

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