Html Css Color HEX #058C9F Eastern Blue

📋 copy color: '#058C9F'

red 5 ◦ green 140 ◦ blue 159

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

Shades of Eastern Blue #058C9F

Tints of Eastern Blue #058C9F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.05%

 BLUE value IS 159 (62.5% from 255) = 52.3%

R = 1.64%
G = 46.05%
B = 52.3%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#058C9F (or 0x058C9F) is known color: Eastern Blue. HEX triplet: 05, 8C and 9F. RGB value is (5,140,159). Sum of RGB (Red+Green+Blue) = 5+140+159=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 140 (55.08% from 255 or 46.05% from 304); Blue value is 159 (62.5% from 255 or 52.30% from 304); Max value from RGB is 159 - color contains mainly: blue. Hex color #058C9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058C9F is #FA7360. Grayscale: #656565. Windows color (decimal): -16413537 or 10456069. OLE color: 10456069.

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

Color convert

RGB 5 140 159 -
CMYK 0.97 0.12 0 0.38
HSL 187.4º 0.94% 0.32% -
HSV(B) 187.4º 0.97% 0.62% -
XYZ 15.7 21.29 36.08 -
YUV 101.8 160.27 58.96 -
System Red Green Blue C M Y K H S L
Decimal 5 140 159 0.97 0.12 0 0.38 187.4 0.94 0.32
Hex 5 8C 9F 61 C 0 26 BB 5E 20
Octal 5 214 237 141 14 0 46 273 136 40
Binary 101 10001100 10011111 1100001 1100 0 100110 10111011 1011110 100000

Color Harmonies of #058C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058C9F

Black with #058C9F

Text Example


Text Example

White with #058C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,140,159); }

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

background-color css

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

 a { background-color: rgb(5,140,159); }

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

border-color css

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

 span { border-color: rgb(5,140,159); }

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