Html Css Color HEX #588292 Horizon

📋 copy color: '#588292'

red 88 ◦ green 130 ◦ blue 146

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

Shades of Horizon #588292

Tints of Horizon #588292

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.71%

 BLUE value IS 146 (57.42% from 255) = 40.11%

R = 24.18%
G = 35.71%
B = 40.11%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#588292 (or 0x588292) is known color: Horizon. HEX triplet: 58, 82 and 92. RGB value is (88,130,146). Sum of RGB (Red+Green+Blue) = 88+130+146=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #588292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588292 is #A77D6D. Grayscale: #777777. Windows color (decimal): -10976622 or 9601624. OLE color: 9601624.

HSL color Cylindrical-coordinate representation of color #588292: hue angle of 196.55º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #588292 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 130 146 -
CMYK 0.40 0.11 0 0.43
HSL 196.55º 0.25% 0.46% -
HSV(B) 196.55º 0.4% 0.57% -
XYZ 17.2 20.12 30.17 -
YUV 119.27 143.09 105.7 -
System Red Green Blue C M Y K H S L
Decimal 88 130 146 0.40 0.11 0 0.43 196.55 0.25 0.46
Hex 58 82 92 28 B 0 2B C5 19 2E
Octal 130 202 222 50 13 0 53 305 31 56
Binary 1011000 10000010 10010010 101000 1011 0 101011 11000101 11001 101110

Color Harmonies of #588292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588292

Black with #588292

Text Example


Text Example

White with #588292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588292; }

 p { color: rgb(88,130,146); }

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

background-color css

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

 a { background-color: rgb(88,130,146); }

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

border-color css

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

 span { border-color: rgb(88,130,146); }

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