Html Css Color HEX #058AAC Eastern Blue

📋 copy color: '#058AAC'

red 5 ◦ green 138 ◦ blue 172

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

Shades of Eastern Blue #058AAC

Tints of Eastern Blue #058AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.6%

R = 1.59%
G = 43.81%
B = 54.6%

CMYK

 C value IS 0.97

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#058AAC (or 0x058AAC) is known color: Eastern Blue. HEX triplet: 05, 8A and AC. RGB value is (5,138,172). Sum of RGB (Red+Green+Blue) = 5+138+172=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #058AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058AAC is #FA7553. Grayscale: #656565. Windows color (decimal): -16414036 or 11307525. OLE color: 11307525.

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

Color convert

RGB 5 138 172 -
CMYK 0.97 0.20 0 0.33
HSL 192.22º 0.94% 0.35% -
HSV(B) 192.22º 0.97% 0.67% -
XYZ 16.6 21.19 42.24 -
YUV 102.11 167.44 58.74 -
System Red Green Blue C M Y K H S L
Decimal 5 138 172 0.97 0.20 0 0.33 192.22 0.94 0.35
Hex 5 8A AC 61 14 0 21 C0 5E 23
Octal 5 212 254 141 24 0 41 300 136 43
Binary 101 10001010 10101100 1100001 10100 0 100001 11000000 1011110 100011

Color Harmonies of #058AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058AAC

Black with #058AAC

Text Example


Text Example

White with #058AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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