#058895

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

Shades of Eastern Blue #058895

Tints of Eastern Blue #058895

Color information

#058895 (or 0x058895) is unknown color: approx Eastern Blue. HEX triplet: 05, 88 and 95. RGB value is (5,136,149). Sum of RGB (Red+Green+Blue) = 5+136+149=290 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 149 (58.59% from 255 or 51.38% from 290); Max value from RGB is 149 - color contains mainly: blue. Hex color #058895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058895 is #FA776A. Grayscale: #626262. Windows color (decimal): -16414571 or 9799685. OLE color: 9799685.

HSL color Cylindrical-coordinate representation of color #058895: hue angle of 185.42º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058895 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5136149-
CMYK0.970.0900.42
HSL185.42º93.51%30.2%-
HSV(B)185.42º96.64%58.43%-
XYZ14.2919.8131.5-
YUV98.31156.661.44-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.72%
GREEN value IS 136 (53.52% from 255) = 46.90%
BLUE value IS 149 (58.59% from 255) = 51.38%
R=1.72%
G=46.90%
B=51.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51361490.970.0900.42185.4293.5130.2
Hex5889561902Ab95e1e
Octal52102251411105227113636
Binary101100010001001010111000011001010101010111001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058895; }

 p { color: rgb(5,136,149); }

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

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

 a { background-color: rgb(5,136,149); }

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

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

 span { border-color: rgb(5,136,149); }

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