#058D9B

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

Shades of Eastern Blue #058D9B

Tints of Eastern Blue #058D9B

Color information

#058D9B (or 0x058D9B) is unknown color: approx Eastern Blue. HEX triplet: 05, 8D and 9B. RGB value is (5,141,155). Sum of RGB (Red+Green+Blue) = 5+141+155=301 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #058D9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058D9B is #FA7264. Grayscale: #656565. Windows color (decimal): -16413285 or 10194181. OLE color: 10194181.

HSL color Cylindrical-coordinate representation of color #058D9B: hue angle of 185.6º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058D9B is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5141155-
CMYK0.970.0900.39
HSL185.6º93.75%31.37%-
HSV(B)185.6º96.77%60.78%-
XYZ15.521.4534.33-
YUV101.93157.9458.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.66%
GREEN value IS 141 (55.47% from 255) = 46.84%
BLUE value IS 155 (60.94% from 255) = 51.50%
R=1.66%
G=46.84%
B=51.50%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal51411550.970.0900.39185.693.7531.37
Hex58D9B619027ba5e1f
Octal52152331411104727213637
Binary101100011011001101111000011001010011110111010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,141,155); }

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

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

 a { background-color: rgb(5,141,155); }

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

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

 span { border-color: rgb(5,141,155); }

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