#0592A2

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

Shades of Eastern Blue #0592A2

Tints of Eastern Blue #0592A2

Color information

#0592A2 (or 0x0592A2) is unknown color: approx Eastern Blue. HEX triplet: 05, 92 and A2. RGB value is (5,146,162). Sum of RGB (Red+Green+Blue) = 5+146+162=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 162 (63.67% from 255 or 51.76% from 313); Max value from RGB is 162 - color contains mainly: blue. Hex color #0592A2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0592A2 is #FA6D5D. Grayscale: #696969. Windows color (decimal): -16411998 or 10654213. OLE color: 10654213.

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

Color convert

RGB5146162-
CMYK0.970.1000.36
HSL186.11º94.01%32.75%-
HSV(B)186.11º96.91%63.53%-
XYZ16.8623.237.77-
YUV105.66159.7956.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.60%
GREEN value IS 146 (57.42% from 255) = 46.65%
BLUE value IS 162 (63.67% from 255) = 51.76%
R=1.60%
G=46.65%
B=51.76%

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
Decimal51461620.970.1000.36186.1194.0132.75
Hex592A261A024ba5e21
Octal52222421411204427213641
Binary1011001001010100010110000110100100100101110101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0592A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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