Html Css Color HEX #588392 Horizon

📋 copy color: '#588392'

red 88 ◦ green 131 ◦ blue 146

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

Shades of Horizon #588392

Tints of Horizon #588392

RGB

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

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

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

R = 24.11%
G = 35.89%
B = 40%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#588392 (or 0x588392) is known color: Horizon. HEX triplet: 58, 83 and 92. RGB value is (88,131,146). Sum of RGB (Red+Green+Blue) = 88+131+146=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #588392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588392 is #A77C6D. Grayscale: #777777. Windows color (decimal): -10976366 or 9601880. OLE color: 9601880.

HSL color Cylindrical-coordinate representation of color #588392: hue angle of 195.52º 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 #588392 is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 131 146 -
CMYK 0.40 0.10 0 0.43
HSL 195.52º 0.25% 0.46% -
HSV(B) 195.52º 0.4% 0.57% -
XYZ 17.33 20.38 30.22 -
YUV 119.85 142.75 105.28 -
System Red Green Blue C M Y K H S L
Decimal 88 131 146 0.40 0.10 0 0.43 195.52 0.25 0.46
Hex 58 83 92 28 A 0 2B C4 19 2E
Octal 130 203 222 50 12 0 53 304 31 56
Binary 1011000 10000011 10010010 101000 1010 0 101011 11000100 11001 101110

Color Harmonies of #588392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588392

Black with #588392

Text Example


Text Example

White with #588392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588392; }

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

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

background-color css

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

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

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

border-color css

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

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

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