Html Css Color HEX #588597 Horizon

📋 copy color: '#588597'

red 88 ◦ green 133 ◦ blue 151

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

Shades of Horizon #588597

Tints of Horizon #588597

RGB

 RED value IS 88 (34.77% from 255) = 23.66%

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

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

R = 23.66%
G = 35.75%
B = 40.59%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#588597 (or 0x588597) is known color: Horizon. HEX triplet: 58, 85 and 97. RGB value is (88,133,151). Sum of RGB (Red+Green+Blue) = 88+133+151=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 151 (59.38% from 255 or 40.59% from 372); Max value from RGB is 151 - color contains mainly: blue. Hex color #588597 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588597 is #A77A68. Grayscale: #797979. Windows color (decimal): -10975849 or 9930072. OLE color: 9930072.

HSL color Cylindrical-coordinate representation of color #588597: hue angle of 197.14º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #588597 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 133 151 -
CMYK 0.42 0.12 0 0.41
HSL 197.14º 0.26% 0.47% -
HSV(B) 197.14º 0.42% 0.59% -
XYZ 18 21.08 32.4 -
YUV 121.6 144.59 104.04 -
System Red Green Blue C M Y K H S L
Decimal 88 133 151 0.42 0.12 0 0.41 197.14 0.26 0.47
Hex 58 85 97 2A C 0 29 C5 1A 2F
Octal 130 205 227 52 14 0 51 305 32 57
Binary 1011000 10000101 10010111 101010 1100 0 101001 11000101 11010 101111

Color Harmonies of #588597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588597

Black with #588597

Text Example


Text Example

White with #588597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588597; }

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

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

background-color css

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

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

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

border-color css

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

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

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