Html Css Color HEX #588097 Horizon

📋 copy color: '#588097'

red 88 ◦ green 128 ◦ blue 151

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

Shades of Horizon #588097

Tints of Horizon #588097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.88%

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

R = 23.98%
G = 34.88%
B = 41.14%

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

#588097 (or 0x588097) is known color: Horizon. HEX triplet: 58, 80 and 97. RGB value is (88,128,151). Sum of RGB (Red+Green+Blue) = 88+128+151=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 151 - color contains mainly: blue. Hex color #588097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588097 is #A77F68. Grayscale: #767676. Windows color (decimal): -10977129 or 9928792. OLE color: 9928792.

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

Color convert

RGB 88 128 151 -
CMYK 0.42 0.15 0 0.41
HSL 201.9º 0.26% 0.47% -
HSV(B) 201.9º 0.42% 0.59% -
XYZ 17.33 19.75 32.18 -
YUV 118.66 146.25 106.13 -
System Red Green Blue C M Y K H S L
Decimal 88 128 151 0.42 0.15 0 0.41 201.9 0.26 0.47
Hex 58 80 97 2A F 0 29 CA 1A 2F
Octal 130 200 227 52 17 0 51 312 32 57
Binary 1011000 10000000 10010111 101010 1111 0 101001 11001010 11010 101111

Color Harmonies of #588097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588097

Black with #588097

Text Example


Text Example

White with #588097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588097; }

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

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

background-color css

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

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

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

border-color css

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

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

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