#058B96

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

Shades of Eastern Blue #058B96

Tints of Eastern Blue #058B96

Color information

#058B96 (or 0x058B96) is unknown color: approx Eastern Blue. HEX triplet: 05, 8B and 96. RGB value is (5,139,150). Sum of RGB (Red+Green+Blue) = 5+139+150=294 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.70% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #058B96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058B96 is #FA7469. Grayscale: #646464. Windows color (decimal): -16413802 or 9865989. OLE color: 9865989.

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

Color convert

RGB5139150-
CMYK0.970.0700.41
HSL184.55º93.55%30.39%-
HSV(B)184.55º96.67%58.82%-
XYZ14.820.732.07-
YUV100.19156.1160.11-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.70%
GREEN value IS 139 (54.69% from 255) = 47.28%
BLUE value IS 150 (58.98% from 255) = 51.02%
R=1.70%
G=47.28%
B=51.02%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51391500.970.0700.41184.5593.5530.39
Hex58B96617029b95e1e
Octal5213226141705127113636
Binary10110001011100101101100001111010100110111001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058B96; }

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

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

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

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

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

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

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

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