Html Css Color HEX #588491 Horizon

📋 copy color: '#588491'

red 88 ◦ green 132 ◦ blue 145

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

Shades of Horizon #588491

Tints of Horizon #588491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.16%

 BLUE value IS 145 (57.03% from 255) = 39.73%

R = 24.11%
G = 36.16%
B = 39.73%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#588491 (or 0x588491) is known color: Horizon. HEX triplet: 58, 84 and 91. RGB value is (88,132,145). Sum of RGB (Red+Green+Blue) = 88+132+145=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 145 - color contains mainly: blue. Hex color #588491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588491 is #A77B6E. Grayscale: #787878. Windows color (decimal): -10976111 or 9536600. OLE color: 9536600.

HSL color Cylindrical-coordinate representation of color #588491: hue angle of 193.68º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #588491 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 132 145 -
CMYK 0.39 0.09 0 0.43
HSL 193.68º 0.24% 0.46% -
HSV(B) 193.68º 0.39% 0.57% -
XYZ 17.39 20.62 29.85 -
YUV 120.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 88 132 145 0.39 0.09 0 0.43 193.68 0.24 0.46
Hex 58 84 91 27 9 0 2B C2 18 2E
Octal 130 204 221 47 11 0 53 302 30 56
Binary 1011000 10000100 10010001 100111 1001 0 101011 11000010 11000 101110

Color Harmonies of #588491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588491

Black with #588491

Text Example


Text Example

White with #588491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588491; }

 p { color: rgb(88,132,145); }

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

background-color css

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

 a { background-color: rgb(88,132,145); }

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

border-color css

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

 span { border-color: rgb(88,132,145); }

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