#058096

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

Shades of Eastern Blue #058096

Tints of Eastern Blue #058096

Color information

#058096 (or 0x058096) is unknown color: approx Eastern Blue. HEX triplet: 05, 80 and 96. RGB value is (5,128,150). Sum of RGB (Red+Green+Blue) = 5+128+150=283 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #058096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058096 is #FA7F69. Grayscale: #5D5D5D. Windows color (decimal): -16416618 or 9863173. OLE color: 9863173.

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

Color convert

RGB5128150-
CMYK0.970.1500.41
HSL189.1º93.55%30.39%-
HSV(B)189.1º96.67%58.82%-
XYZ13.2917.6731.57-
YUV93.73159.7564.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 128 (50.39% from 255) = 45.23%
BLUE value IS 150 (58.98% from 255) = 53.00%
R=1.77%
G=45.23%
B=53.00%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51281500.970.1500.41189.193.5530.39
Hex5809661F029bd5e1e
Octal52002261411705127513636
Binary101100000001001011011000011111010100110111101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058096; }

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

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

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

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

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

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

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

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