Html Css Color HEX #058B97 Eastern Blue

📋 copy color: '#058B97'

red 5 ◦ green 139 ◦ blue 151

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

Shades of Eastern Blue #058B97

Tints of Eastern Blue #058B97

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.12%

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

R = 1.69%
G = 47.12%
B = 51.19%

CMYK

 C value IS 0.97

 M value IS 0.08

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#058B97 (or 0x058B97) is known color: Eastern Blue. HEX triplet: 05, 8B and 97. RGB value is (5,139,151). Sum of RGB (Red+Green+Blue) = 5+139+151=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 139 (54.69% from 255 or 47.12% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #058B97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058B97 is #FA7468. Grayscale: #646464. Windows color (decimal): -16413801 or 9931525. OLE color: 9931525.

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

Color convert

RGB 5 139 151 -
CMYK 0.97 0.08 0 0.41
HSL 184.93º 0.94% 0.31% -
HSV(B) 184.93º 0.97% 0.59% -
XYZ 14.88 20.73 32.5 -
YUV 100.3 156.61 60.02 -
System Red Green Blue C M Y K H S L
Decimal 5 139 151 0.97 0.08 0 0.41 184.93 0.94 0.31
Hex 5 8B 97 61 8 0 29 B9 5E 1F
Octal 5 213 227 141 10 0 51 271 136 37
Binary 101 10001011 10010111 1100001 1000 0 101001 10111001 1011110 11111

Color Harmonies of #058B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058B97

Black with #058B97

Text Example


Text Example

White with #058B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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