#058AA4

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

Shades of Eastern Blue #058AA4

Tints of Eastern Blue #058AA4

Color information

#058AA4 (or 0x058AA4) is unknown color: approx Eastern Blue. HEX triplet: 05, 8A and A4. RGB value is (5,138,164). Sum of RGB (Red+Green+Blue) = 5+138+164=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 164 (64.45% from 255 or 53.42% from 307); Max value from RGB is 164 - color contains mainly: blue. Hex color #058AA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058AA4 is #FA755B. Grayscale: #646464. Windows color (decimal): -16414044 or 10783237. OLE color: 10783237.

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

Color convert

RGB5138164-
CMYK0.970.1600.36
HSL189.81º94.08%33.14%-
HSV(B)189.81º96.95%64.31%-
XYZ15.8520.8938.32-
YUV101.2163.4459.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.63%
GREEN value IS 138 (54.30% from 255) = 44.95%
BLUE value IS 164 (64.45% from 255) = 53.42%
R=1.63%
G=44.95%
B=53.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51381640.970.1600.36189.8194.0833.14
Hex58AA46110024be5e21
Octal52122441412004427613641
Binary10110001010101001001100001100000100100101111101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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