#058196

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

Shades of Eastern Blue #058196

Tints of Eastern Blue #058196

Color information

#058196 (or 0x058196) is unknown color: approx Eastern Blue. HEX triplet: 05, 81 and 96. RGB value is (5,129,150). Sum of RGB (Red+Green+Blue) = 5+129+150=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #058196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058196 is #FA7E69. Grayscale: #5E5E5E. Windows color (decimal): -16416362 or 9863429. OLE color: 9863429.

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

Color convert

RGB5129150-
CMYK0.970.1400.41
HSL188.69º93.55%30.39%-
HSV(B)188.69º96.67%58.82%-
XYZ13.4217.9331.61-
YUV94.32159.4264.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.76%
GREEN value IS 129 (50.78% from 255) = 45.42%
BLUE value IS 150 (58.98% from 255) = 52.82%
R=1.76%
G=45.42%
B=52.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51291500.970.1400.41188.6993.5530.39
Hex5819661E029bd5e1e
Octal52012261411605127513636
Binary101100000011001011011000011110010100110111101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058196; }

 p { color: rgb(5,129,150); }

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

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

 a { background-color: rgb(5,129,150); }

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

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

 span { border-color: rgb(5,129,150); }

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