Html Css Color HEX #058997 Eastern Blue

📋 copy color: '#058997'

red 5 ◦ green 137 ◦ blue 151

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

Shades of Eastern Blue #058997

Tints of Eastern Blue #058997

RGB

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

 GREEN value IS 137 (53.91% from 255) = 46.76%

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

R = 1.71%
G = 46.76%
B = 51.54%

CMYK

 C value IS 0.97

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#058997 (or 0x058997) is known color: Eastern Blue. HEX triplet: 05, 89 and 97. RGB value is (5,137,151). Sum of RGB (Red+Green+Blue) = 5+137+151=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #058997 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058997 is #FA7668. Grayscale: #626262. Windows color (decimal): -16414313 or 9931013. OLE color: 9931013.

HSL color Cylindrical-coordinate representation of color #058997: hue angle of 185.75º 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 #058997 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 137 151 -
CMYK 0.97 0.09 0 0.41
HSL 185.75º 0.94% 0.31% -
HSV(B) 185.75º 0.97% 0.59% -
XYZ 14.59 20.16 32.4 -
YUV 99.13 157.27 60.86 -
System Red Green Blue C M Y K H S L
Decimal 5 137 151 0.97 0.09 0 0.41 185.75 0.94 0.31
Hex 5 89 97 61 9 0 29 BA 5E 1F
Octal 5 211 227 141 11 0 51 272 136 37
Binary 101 10001001 10010111 1100001 1001 0 101001 10111010 1011110 11111

Color Harmonies of #058997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058997

Black with #058997

Text Example


Text Example

White with #058997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058997; }

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

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

background-color css

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

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

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

border-color css

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

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

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