#058496

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

Shades of Eastern Blue #058496

Tints of Eastern Blue #058496

Color information

#058496 (or 0x058496) is unknown color: approx Eastern Blue. HEX triplet: 05, 84 and 96. RGB value is (5,132,150). Sum of RGB (Red+Green+Blue) = 5+132+150=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #058496 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058496 is #FA7B69. Grayscale: #5F5F5F. Windows color (decimal): -16415594 or 9864197. OLE color: 9864197.

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

Color convert

RGB5132150-
CMYK0.970.1200.41
HSL187.45º93.55%30.39%-
HSV(B)187.45º96.67%58.82%-
XYZ13.8218.7431.74-
YUV96.08158.4263.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.74%
GREEN value IS 132 (51.95% from 255) = 45.99%
BLUE value IS 150 (58.98% from 255) = 52.26%
R=1.74%
G=45.99%
B=52.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51321500.970.1200.41187.4593.5530.39
Hex5849661C029bb5e1e
Octal52042261411405127313636
Binary101100001001001011011000011100010100110111011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058496; }

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

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

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

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

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

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

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

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