Html Css Color HEX #058E97 Eastern Blue

📋 copy color: '#058E97'

red 5 ◦ green 142 ◦ blue 151

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

Shades of Eastern Blue #058E97

Tints of Eastern Blue #058E97

RGB

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

 GREEN value IS 142 (55.86% from 255) = 47.65%

 BLUE value IS 151 (59.38% from 255) = 50.67%

R = 1.68%
G = 47.65%
B = 50.67%

CMYK

 C value IS 0.97

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#058E97 (or 0x058E97) is known color: Eastern Blue. HEX triplet: 05, 8E and 97. RGB value is (5,142,151). Sum of RGB (Red+Green+Blue) = 5+142+151=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 142 (55.86% from 255 or 47.65% from 298); Blue value is 151 (59.38% from 255 or 50.67% from 298); Max value from RGB is 151 - color contains mainly: blue. Hex color #058E97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058E97 is #FA7168. Grayscale: #656565. Windows color (decimal): -16413033 or 9932293. OLE color: 9932293.

HSL color Cylindrical-coordinate representation of color #058E97: hue angle of 183.7º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #058E97 is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 142 151 -
CMYK 0.97 0.06 0 0.41
HSL 183.7º 0.94% 0.31% -
HSV(B) 183.7º 0.97% 0.59% -
XYZ 15.32 21.61 32.64 -
YUV 102.06 155.61 58.77 -
System Red Green Blue C M Y K H S L
Decimal 5 142 151 0.97 0.06 0 0.41 183.7 0.94 0.31
Hex 5 8E 97 61 6 0 29 B8 5E 1F
Octal 5 216 227 141 6 0 51 270 136 37
Binary 101 10001110 10010111 1100001 110 0 101001 10111000 1011110 11111

Color Harmonies of #058E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058E97

Black with #058E97

Text Example


Text Example

White with #058E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,142,151); }

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

background-color css

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

 a { background-color: rgb(5,142,151); }

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

border-color css

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

 span { border-color: rgb(5,142,151); }

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