#0593A4

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

Shades of Eastern Blue #0593A4

Tints of Eastern Blue #0593A4

Color information

#0593A4 (or 0x0593A4) is unknown color: approx Eastern Blue. HEX triplet: 05, 93 and A4. RGB value is (5,147,164). Sum of RGB (Red+Green+Blue) = 5+147+164=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 147 (57.81% from 255 or 46.52% from 316); Blue value is 164 (64.45% from 255 or 51.90% from 316); Max value from RGB is 164 - color contains mainly: blue. Hex color #0593A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0593A4 is #FA6C5B. Grayscale: #6A6A6A. Windows color (decimal): -16411740 or 10785541. OLE color: 10785541.

HSL color Cylindrical-coordinate representation of color #0593A4: hue angle of 186.42º 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 #0593A4 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5147164-
CMYK0.970.1000.36
HSL186.42º94.08%33.14%-
HSV(B)186.42º96.95%64.31%-
XYZ17.223.5838.77-
YUV106.48160.4655.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.58%
GREEN value IS 147 (57.81% from 255) = 46.52%
BLUE value IS 164 (64.45% from 255) = 51.90%
R=1.58%
G=46.52%
B=51.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51471640.970.1000.36186.4294.0833.14
Hex593A461A024ba5e21
Octal52232441411204427213641
Binary1011001001110100100110000110100100100101110101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0593A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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