Html Css Color HEX #588799 Horizon

📋 copy color: '#588799'

red 88 ◦ green 135 ◦ blue 153

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

Shades of Horizon #588799

Tints of Horizon #588799

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.9%

 BLUE value IS 153 (60.16% from 255) = 40.69%

R = 23.4%
G = 35.9%
B = 40.69%

CMYK

 C value IS 0.42

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#588799 (or 0x588799) is known color: Horizon. HEX triplet: 58, 87 and 99. RGB value is (88,135,153). Sum of RGB (Red+Green+Blue) = 88+135+153=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #588799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588799 is #A77866. Grayscale: #7A7A7A. Windows color (decimal): -10975335 or 10061656. OLE color: 10061656.

HSL color Cylindrical-coordinate representation of color #588799: hue angle of 196.62º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #588799 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 135 153 -
CMYK 0.42 0.12 0 0.4
HSL 196.62º 0.27% 0.47% -
HSV(B) 196.62º 0.42% 0.6% -
XYZ 18.44 21.7 33.35 -
YUV 123 144.93 103.04 -
System Red Green Blue C M Y K H S L
Decimal 88 135 153 0.42 0.12 0 0.4 196.62 0.27 0.47
Hex 58 87 99 2A C 0 28 C5 1B 2F
Octal 130 207 231 52 14 0 50 305 33 57
Binary 1011000 10000111 10011001 101010 1100 0 101000 11000101 11011 101111

Color Harmonies of #588799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588799

Black with #588799

Text Example


Text Example

White with #588799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588799; }

 p { color: rgb(88,135,153); }

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

background-color css

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

 a { background-color: rgb(88,135,153); }

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

border-color css

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

 span { border-color: rgb(88,135,153); }

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