Html Css Color HEX #058AAB Eastern Blue

📋 copy color: '#058AAB'

red 5 ◦ green 138 ◦ blue 171

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

Shades of Eastern Blue #058AAB

Tints of Eastern Blue #058AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.46%

R = 1.59%
G = 43.95%
B = 54.46%

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

#058AAB (or 0x058AAB) is known color: Eastern Blue. HEX triplet: 05, 8A and AB. RGB value is (5,138,171). Sum of RGB (Red+Green+Blue) = 5+138+171=314 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 314); Green value is 138 (54.30% from 255 or 43.95% from 314); Blue value is 171 (67.19% from 255 or 54.46% from 314); Max value from RGB is 171 - color contains mainly: blue. Hex color #058AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058AAB is #FA7554. Grayscale: #656565. Windows color (decimal): -16414037 or 11241989. OLE color: 11241989.

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

Color convert

RGB 5 138 171 -
CMYK 0.97 0.19 0 0.33
HSL 191.93º 0.94% 0.35% -
HSV(B) 191.93º 0.97% 0.67% -
XYZ 16.5 21.15 41.74 -
YUV 102 166.94 58.82 -
System Red Green Blue C M Y K H S L
Decimal 5 138 171 0.97 0.19 0 0.33 191.93 0.94 0.35
Hex 5 8A AB 61 13 0 21 C0 5E 23
Octal 5 212 253 141 23 0 41 300 136 43
Binary 101 10001010 10101011 1100001 10011 0 100001 11000000 1011110 100011

Color Harmonies of #058AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058AAB

Black with #058AAB

Text Example


Text Example

White with #058AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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