#0593A2

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

Shades of Eastern Blue #0593A2

Tints of Eastern Blue #0593A2

Color information

#0593A2 (or 0x0593A2) is unknown color: approx Eastern Blue. HEX triplet: 05, 93 and A2. RGB value is (5,147,162). Sum of RGB (Red+Green+Blue) = 5+147+162=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 162 (63.67% from 255 or 51.59% from 314); Max value from RGB is 162 - color contains mainly: blue. Hex color #0593A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0593A2 is #FA6C5D. Grayscale: #6A6A6A. Windows color (decimal): -16411742 or 10654469. OLE color: 10654469.

HSL color Cylindrical-coordinate representation of color #0593A2: hue angle of 185.73º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0593A2 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5147162-
CMYK0.970.0900.36
HSL185.73º94.01%32.75%-
HSV(B)185.73º96.91%63.53%-
XYZ17.0223.5137.82-
YUV106.25159.4655.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.59%
GREEN value IS 147 (57.81% from 255) = 46.82%
BLUE value IS 162 (63.67% from 255) = 51.59%
R=1.59%
G=46.82%
B=51.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51471620.970.0900.36185.7394.0132.75
Hex593A2619024ba5e21
Octal52232421411104427213641
Binary1011001001110100010110000110010100100101110101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0593A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0593A2; }

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

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

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

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

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

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

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

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