#058B9E

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

Shades of Eastern Blue #058B9E

Tints of Eastern Blue #058B9E

Color information

#058B9E (or 0x058B9E) is unknown color: approx Eastern Blue. HEX triplet: 05, 8B and 9E. RGB value is (5,139,158). Sum of RGB (Red+Green+Blue) = 5+139+158=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #058B9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058B9E is #FA7461. Grayscale: #646464. Windows color (decimal): -16413794 or 10390277. OLE color: 10390277.

HSL color Cylindrical-coordinate representation of color #058B9E: hue angle of 187.45º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058B9E is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5139158-
CMYK0.970.1200.38
HSL187.45º93.87%31.96%-
HSV(B)187.45º96.84%61.96%-
XYZ15.4720.9735.58-
YUV101.1160.1159.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.66%
GREEN value IS 139 (54.69% from 255) = 46.03%
BLUE value IS 158 (62.11% from 255) = 52.32%
R=1.66%
G=46.03%
B=52.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal51391580.970.1200.38187.4593.8731.96
Hex58B9E61C026bb5e20
Octal52132361411404627313640
Binary1011000101110011110110000111000100110101110111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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