Html Css Color HEX #588193 Horizon

📋 copy color: '#588193'

red 88 ◦ green 129 ◦ blue 147

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

Shades of Horizon #588193

Tints of Horizon #588193

RGB

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

 GREEN value IS 129 (50.78% from 255) = 35.44%

 BLUE value IS 147 (57.81% from 255) = 40.38%

R = 24.18%
G = 35.44%
B = 40.38%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#588193 (or 0x588193) is known color: Horizon. HEX triplet: 58, 81 and 93. RGB value is (88,129,147). Sum of RGB (Red+Green+Blue) = 88+129+147=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 129 (50.78% from 255 or 35.44% from 364); Blue value is 147 (57.81% from 255 or 40.38% from 364); Max value from RGB is 147 - color contains mainly: blue. Hex color #588193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588193 is #A77E6C. Grayscale: #767676. Windows color (decimal): -10976877 or 9666904. OLE color: 9666904.

HSL color Cylindrical-coordinate representation of color #588193: hue angle of 198.31º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #588193 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 129 147 -
CMYK 0.40 0.12 0 0.42
HSL 198.31º 0.25% 0.46% -
HSV(B) 198.31º 0.4% 0.58% -
XYZ 17.14 19.88 30.54 -
YUV 118.79 143.92 106.04 -
System Red Green Blue C M Y K H S L
Decimal 88 129 147 0.40 0.12 0 0.42 198.31 0.25 0.46
Hex 58 81 93 28 C 0 2A C6 19 2E
Octal 130 201 223 50 14 0 52 306 31 56
Binary 1011000 10000001 10010011 101000 1100 0 101010 11000110 11001 101110

Color Harmonies of #588193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588193

Black with #588193

Text Example


Text Example

White with #588193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588193; }

 p { color: rgb(88,129,147); }

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

background-color css

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

 a { background-color: rgb(88,129,147); }

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

border-color css

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

 span { border-color: rgb(88,129,147); }

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