#058396

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

Shades of Eastern Blue #058396

Tints of Eastern Blue #058396

Color information

#058396 (or 0x058396) is unknown color: approx Eastern Blue. HEX triplet: 05, 83 and 96. RGB value is (5,131,150). Sum of RGB (Red+Green+Blue) = 5+131+150=286 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #058396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058396 is #FA7C69. Grayscale: #5F5F5F. Windows color (decimal): -16415850 or 9863941. OLE color: 9863941.

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

Color convert

RGB5131150-
CMYK0.970.1300.41
HSL187.86º93.55%30.39%-
HSV(B)187.86º96.67%58.82%-
XYZ13.6818.4731.7-
YUV95.49158.7663.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.75%
GREEN value IS 131 (51.56% from 255) = 45.80%
BLUE value IS 150 (58.98% from 255) = 52.45%
R=1.75%
G=45.80%
B=52.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51311500.970.1300.41187.8693.5530.39
Hex5839661D029bc5e1e
Octal52032261411505127413636
Binary101100000111001011011000011101010100110111100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058396; }

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

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

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

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

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

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

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

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