#058AA2

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

Shades of Eastern Blue #058AA2

Tints of Eastern Blue #058AA2

Color information

#058AA2 (or 0x058AA2) is unknown color: approx Eastern Blue. HEX triplet: 05, 8A and A2. RGB value is (5,138,162). Sum of RGB (Red+Green+Blue) = 5+138+162=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 138 (54.30% from 255 or 45.25% from 305); Blue value is 162 (63.67% from 255 or 53.11% from 305); Max value from RGB is 162 - color contains mainly: blue. Hex color #058AA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058AA2 is #FA755D. Grayscale: #646464. Windows color (decimal): -16414046 or 10652165. OLE color: 10652165.

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

Color convert

RGB5138162-
CMYK0.970.1500.36
HSL189.17º94.01%32.75%-
HSV(B)189.17º96.91%63.53%-
XYZ15.6720.8237.37-
YUV100.97162.4459.55-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.64%
GREEN value IS 138 (54.30% from 255) = 45.25%
BLUE value IS 162 (63.67% from 255) = 53.11%
R=1.64%
G=45.25%
B=53.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51381620.970.1500.36189.1794.0132.75
Hex58AA261F024bd5e21
Octal52122421411704427513641
Binary1011000101010100010110000111110100100101111011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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