Html Css Color HEX #058A9C Eastern Blue

📋 copy color: '#058A9C'

red 5 ◦ green 138 ◦ blue 156

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

Shades of Eastern Blue #058A9C

Tints of Eastern Blue #058A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 52.17%

R = 1.67%
G = 46.15%
B = 52.17%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#058A9C (or 0x058A9C) is known color: Eastern Blue. HEX triplet: 05, 8A and 9C. RGB value is (5,138,156). Sum of RGB (Red+Green+Blue) = 5+138+156=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 138 (54.30% from 255 or 46.15% from 299); Blue value is 156 (61.33% from 255 or 52.17% from 299); Max value from RGB is 156 - color contains mainly: blue. Hex color #058A9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058A9C is #FA7563. Grayscale: #646464. Windows color (decimal): -16414052 or 10258949. OLE color: 10258949.

HSL color Cylindrical-coordinate representation of color #058A9C: hue angle of 187.15º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058A9C is Cyan = 0.97, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 5 138 156 -
CMYK 0.97 0.12 0 0.39
HSL 187.15º 0.94% 0.32% -
HSV(B) 187.15º 0.97% 0.61% -
XYZ 15.15 20.61 34.63 -
YUV 100.29 159.44 60.04 -
System Red Green Blue C M Y K H S L
Decimal 5 138 156 0.97 0.12 0 0.39 187.15 0.94 0.32
Hex 5 8A 9C 61 C 0 27 BB 5E 20
Octal 5 212 234 141 14 0 47 273 136 40
Binary 101 10001010 10011100 1100001 1100 0 100111 10111011 1011110 100000

Color Harmonies of #058A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058A9C

Black with #058A9C

Text Example


Text Example

White with #058A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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