Html Css Color HEX #588490 Horizon

📋 copy color: '#588490'

red 88 ◦ green 132 ◦ blue 144

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

Shades of Horizon #588490

Tints of Horizon #588490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.56%

R = 24.18%
G = 36.26%
B = 39.56%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#588490 (or 0x588490) is known color: Horizon. HEX triplet: 58, 84 and 90. RGB value is (88,132,144). Sum of RGB (Red+Green+Blue) = 88+132+144=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #588490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588490 is #A77B6F. Grayscale: #787878. Windows color (decimal): -10976112 or 9471064. OLE color: 9471064.

HSL color Cylindrical-coordinate representation of color #588490: hue angle of 192.86º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #588490 is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 132 144 -
CMYK 0.39 0.08 0 0.44
HSL 192.86º 0.24% 0.45% -
HSV(B) 192.86º 0.39% 0.56% -
XYZ 17.31 20.59 29.45 -
YUV 120.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 88 132 144 0.39 0.08 0 0.44 192.86 0.24 0.45
Hex 58 84 90 27 8 0 2C C1 18 2D
Octal 130 204 220 47 10 0 54 301 30 55
Binary 1011000 10000100 10010000 100111 1000 0 101100 11000001 11000 101101

Color Harmonies of #588490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588490

Black with #588490

Text Example


Text Example

White with #588490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588490; }

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

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

background-color css

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

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

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

border-color css

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

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

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