Html Css Color HEX #588390 Horizon

📋 copy color: '#588390'

red 88 ◦ green 131 ◦ blue 144

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

Shades of Horizon #588390

Tints of Horizon #588390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.09%

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

R = 24.24%
G = 36.09%
B = 39.67%

CMYK

 C value IS 0.39

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#588390 (or 0x588390) is known color: Horizon. HEX triplet: 58, 83 and 90. RGB value is (88,131,144). Sum of RGB (Red+Green+Blue) = 88+131+144=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 144 (56.64% from 255 or 39.67% from 363); Max value from RGB is 144 - color contains mainly: blue. Hex color #588390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588390 is #A77C6F. Grayscale: #777777. Windows color (decimal): -10976368 or 9470808. OLE color: 9470808.

HSL color Cylindrical-coordinate representation of color #588390: hue angle of 193.93º 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 #588390 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 131 144 -
CMYK 0.39 0.09 0 0.44
HSL 193.93º 0.24% 0.45% -
HSV(B) 193.93º 0.39% 0.56% -
XYZ 17.17 20.32 29.4 -
YUV 119.63 141.75 105.44 -
System Red Green Blue C M Y K H S L
Decimal 88 131 144 0.39 0.09 0 0.44 193.93 0.24 0.45
Hex 58 83 90 27 9 0 2C C2 18 2D
Octal 130 203 220 47 11 0 54 302 30 55
Binary 1011000 10000011 10010000 100111 1001 0 101100 11000010 11000 101101

Color Harmonies of #588390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588390

Black with #588390

Text Example


Text Example

White with #588390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588390; }

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

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

background-color css

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

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

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

border-color css

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

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

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