Html Css Color HEX #058AAA Eastern Blue

📋 copy color: '#058AAA'

red 5 ◦ green 138 ◦ blue 170

#058AAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #058AAA

Tints of Eastern Blue #058AAA

RGB

 RED value IS 5 (2.34% from 255) = 1.6%

 GREEN value IS 138 (54.3% from 255) = 44.09%

 BLUE value IS 170 (66.8% from 255) = 54.31%

R = 1.6%
G = 44.09%
B = 54.31%

CMYK

 C value IS 0.97

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#058AAA (or 0x058AAA) is known color: Eastern Blue. HEX triplet: 05, 8A and AA. RGB value is (5,138,170). Sum of RGB (Red+Green+Blue) = 5+138+170=313 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #058AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058AAA is #FA7555. Grayscale: #656565. Windows color (decimal): -16414038 or 11176453. OLE color: 11176453.

HSL color Cylindrical-coordinate representation of color #058AAA: hue angle of 191.64º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058AAA is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 138 170 -
CMYK 0.97 0.19 0 0.33
HSL 191.64º 0.94% 0.34% -
HSV(B) 191.64º 0.97% 0.67% -
XYZ 16.41 21.11 41.24 -
YUV 101.88 166.44 58.9 -
System Red Green Blue C M Y K H S L
Decimal 5 138 170 0.97 0.19 0 0.33 191.64 0.94 0.34
Hex 5 8A AA 61 13 0 21 C0 5E 22
Octal 5 212 252 141 23 0 41 300 136 42
Binary 101 10001010 10101010 1100001 10011 0 100001 11000000 1011110 100010

Color Harmonies of #058AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058AAA

Black with #058AAA

Text Example


Text Example

White with #058AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #058AAA;
 }
 .AnyTagClassName
 {
   color: #058AAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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