Html Css Color HEX #588295 Horizon

📋 copy color: '#588295'

red 88 ◦ green 130 ◦ blue 149

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

Shades of Horizon #588295

Tints of Horizon #588295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.6%

R = 23.98%
G = 35.42%
B = 40.6%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#588295 (or 0x588295) is known color: Horizon. HEX triplet: 58, 82 and 95. RGB value is (88,130,149). Sum of RGB (Red+Green+Blue) = 88+130+149=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 149 - color contains mainly: blue. Hex color #588295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588295 is #A77D6A. Grayscale: #777777. Windows color (decimal): -10976619 or 9798232. OLE color: 9798232.

HSL color Cylindrical-coordinate representation of color #588295: hue angle of 198.69º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #588295 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 130 149 -
CMYK 0.41 0.13 0 0.42
HSL 198.69º 0.26% 0.46% -
HSV(B) 198.69º 0.41% 0.58% -
XYZ 17.43 20.21 31.42 -
YUV 119.61 144.59 105.46 -
System Red Green Blue C M Y K H S L
Decimal 88 130 149 0.41 0.13 0 0.42 198.69 0.26 0.46
Hex 58 82 95 29 D 0 2A C7 1A 2E
Octal 130 202 225 51 15 0 52 307 32 56
Binary 1011000 10000010 10010101 101001 1101 0 101010 11000111 11010 101110

Color Harmonies of #588295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588295

Black with #588295

Text Example


Text Example

White with #588295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588295; }

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

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

background-color css

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

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

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

border-color css

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

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

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