Html Css Color HEX #058597 Eastern Blue

📋 copy color: '#058597'

red 5 ◦ green 133 ◦ blue 151

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

Shades of Eastern Blue #058597

Tints of Eastern Blue #058597

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.02%

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

R = 1.73%
G = 46.02%
B = 52.25%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#058597 (or 0x058597) is known color: Eastern Blue. HEX triplet: 05, 85 and 97. RGB value is (5,133,151). Sum of RGB (Red+Green+Blue) = 5+133+151=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #058597 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #058597 is #FA7A68. Grayscale: #606060. Windows color (decimal): -16415337 or 9929989. OLE color: 9929989.

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

Color convert

RGB 5 133 151 -
CMYK 0.97 0.12 0 0.41
HSL 187.4º 0.94% 0.31% -
HSV(B) 187.4º 0.97% 0.59% -
XYZ 14.04 19.04 32.21 -
YUV 96.78 158.59 62.54 -
System Red Green Blue C M Y K H S L
Decimal 5 133 151 0.97 0.12 0 0.41 187.4 0.94 0.31
Hex 5 85 97 61 C 0 29 BB 5E 1F
Octal 5 205 227 141 14 0 51 273 136 37
Binary 101 10000101 10010111 1100001 1100 0 101001 10111011 1011110 11111

Color Harmonies of #058597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058597

Black with #058597

Text Example


Text Example

White with #058597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058597; }

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

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

background-color css

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

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

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

border-color css

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

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

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