#058593

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

Shades of Eastern Blue #058593

Tints of Eastern Blue #058593

Color information

#058593 (or 0x058593) is unknown color: approx Eastern Blue. HEX triplet: 05, 85 and 93. RGB value is (5,133,147). Sum of RGB (Red+Green+Blue) = 5+133+147=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #058593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058593 is #FA7A6C. Grayscale: #606060. Windows color (decimal): -16415341 or 9667845. OLE color: 9667845.

HSL color Cylindrical-coordinate representation of color #058593: hue angle of 185.92º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058593 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5133147-
CMYK0.970.1000.42
HSL185.92º93.42%29.8%-
HSV(B)185.92º96.6%57.65%-
XYZ13.7218.9130.53-
YUV96.32156.5962.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.75%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 147 (57.81% from 255) = 51.58%
R=1.75%
G=46.67%
B=51.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51331470.970.1000.42185.9293.4229.8
Hex5859361A02Aba5d1e
Octal52052231411205227213536
Binary101100001011001001111000011010010101010111010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058593; }

 p { color: rgb(5,133,147); }

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

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

 a { background-color: rgb(5,133,147); }

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

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

 span { border-color: rgb(5,133,147); }

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