Html Css Color HEX #058197 Eastern Blue

📋 copy color: '#058197'

red 5 ◦ green 129 ◦ blue 151

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

Shades of Eastern Blue #058197

Tints of Eastern Blue #058197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.26%

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

R = 1.75%
G = 45.26%
B = 52.98%

CMYK

 C value IS 0.97

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#058197 (or 0x058197) is known color: Eastern Blue. HEX triplet: 05, 81 and 97. RGB value is (5,129,151). Sum of RGB (Red+Green+Blue) = 5+129+151=285 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.75% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #058197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058197 is #FA7E68. Grayscale: #5E5E5E. Windows color (decimal): -16416361 or 9928965. OLE color: 9928965.

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

Color convert

RGB 5 129 151 -
CMYK 0.97 0.15 0 0.41
HSL 189.04º 0.94% 0.31% -
HSV(B) 189.04º 0.97% 0.59% -
XYZ 13.5 17.97 32.03 -
YUV 94.43 159.92 64.21 -
System Red Green Blue C M Y K H S L
Decimal 5 129 151 0.97 0.15 0 0.41 189.04 0.94 0.31
Hex 5 81 97 61 F 0 29 BD 5E 1F
Octal 5 201 227 141 17 0 51 275 136 37
Binary 101 10000001 10010111 1100001 1111 0 101001 10111101 1011110 11111

Color Harmonies of #058197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058197

Black with #058197

Text Example


Text Example

White with #058197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058197; }

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

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

background-color css

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

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

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

border-color css

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

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

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