Html Css Color HEX #588199 Horizon

📋 copy color: '#588199'

red 88 ◦ green 129 ◦ blue 153

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

Shades of Horizon #588199

Tints of Horizon #588199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.35%

R = 23.78%
G = 34.86%
B = 41.35%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#588199 (or 0x588199) is known color: Horizon. HEX triplet: 58, 81 and 99. RGB value is (88,129,153). Sum of RGB (Red+Green+Blue) = 88+129+153=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #588199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588199 is #A77E66. Grayscale: #777777. Windows color (decimal): -10976871 or 10060120. OLE color: 10060120.

HSL color Cylindrical-coordinate representation of color #588199: hue angle of 202.15º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #588199 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 129 153 -
CMYK 0.42 0.16 0 0.4
HSL 202.15º 0.27% 0.47% -
HSV(B) 202.15º 0.42% 0.6% -
XYZ 17.62 20.08 33.08 -
YUV 119.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 88 129 153 0.42 0.16 0 0.4 202.15 0.27 0.47
Hex 58 81 99 2A 10 0 28 CA 1B 2F
Octal 130 201 231 52 20 0 50 312 33 57
Binary 1011000 10000001 10011001 101010 10000 0 101000 11001010 11011 101111

Color Harmonies of #588199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588199

Black with #588199

Text Example


Text Example

White with #588199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588199; }

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

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

background-color css

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

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

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

border-color css

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

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

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