Html Css Color HEX #588997 Horizon

📋 copy color: '#588997'

red 88 ◦ green 137 ◦ blue 151

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

Shades of Horizon #588997

Tints of Horizon #588997

RGB

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

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

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

R = 23.4%
G = 36.44%
B = 40.16%

CMYK

 C value IS 0.42

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#588997 (or 0x588997) is known color: Horizon. HEX triplet: 58, 89 and 97. RGB value is (88,137,151). Sum of RGB (Red+Green+Blue) = 88+137+151=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 151 - color contains mainly: blue. Hex color #588997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588997 is #A77668. Grayscale: #7B7B7B. Windows color (decimal): -10974825 or 9931096. OLE color: 9931096.

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

Color convert

RGB 88 137 151 -
CMYK 0.42 0.09 0 0.41
HSL 193.33º 0.26% 0.47% -
HSV(B) 193.33º 0.42% 0.59% -
XYZ 18.56 22.2 32.59 -
YUV 123.95 143.27 102.36 -
System Red Green Blue C M Y K H S L
Decimal 88 137 151 0.42 0.09 0 0.41 193.33 0.26 0.47
Hex 58 89 97 2A 9 0 29 C1 1A 2F
Octal 130 211 227 52 11 0 51 301 32 57
Binary 1011000 10001001 10010111 101010 1001 0 101001 11000001 11010 101111

Color Harmonies of #588997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588997

Black with #588997

Text Example


Text Example

White with #588997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588997; }

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

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

background-color css

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

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

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

border-color css

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

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

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