Html Css Color HEX #588197 Horizon

📋 copy color: '#588197'

red 88 ◦ green 129 ◦ blue 151

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

Shades of Horizon #588197

Tints of Horizon #588197

RGB

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

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

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

R = 23.91%
G = 35.05%
B = 41.03%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#588197 (or 0x588197) is known color: Horizon. HEX triplet: 58, 81 and 97. RGB value is (88,129,151). Sum of RGB (Red+Green+Blue) = 88+129+151=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 151 (59.38% from 255 or 41.03% from 368); Max value from RGB is 151 - color contains mainly: blue. Hex color #588197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588197 is #A77E68. Grayscale: #777777. Windows color (decimal): -10976873 or 9929048. OLE color: 9929048.

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

Color convert

RGB 88 129 151 -
CMYK 0.42 0.15 0 0.41
HSL 200.95º 0.26% 0.47% -
HSV(B) 200.95º 0.42% 0.59% -
XYZ 17.46 20.01 32.22 -
YUV 119.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 88 129 151 0.42 0.15 0 0.41 200.95 0.26 0.47
Hex 58 81 97 2A F 0 29 C9 1A 2F
Octal 130 201 227 52 17 0 51 311 32 57
Binary 1011000 10000001 10010111 101010 1111 0 101001 11001001 11010 101111

Color Harmonies of #588197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588197

Black with #588197

Text Example


Text Example

White with #588197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588197; }

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

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

background-color css

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

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

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

border-color css

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

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

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