Html Css Color HEX #588699 Horizon

📋 copy color: '#588699'

red 88 ◦ green 134 ◦ blue 153

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

Shades of Horizon #588699

Tints of Horizon #588699

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.73%

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

R = 23.47%
G = 35.73%
B = 40.8%

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

#588699 (or 0x588699) is known color: Horizon. HEX triplet: 58, 86 and 99. RGB value is (88,134,153). Sum of RGB (Red+Green+Blue) = 88+134+153=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #588699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588699 is #A77966. Grayscale: #7A7A7A. Windows color (decimal): -10975591 or 10061400. OLE color: 10061400.

HSL color Cylindrical-coordinate representation of color #588699: hue angle of 197.54º 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 #588699 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 88 134 153 -
CMYK 0.42 0.12 0 0.4
HSL 197.54º 0.27% 0.47% -
HSV(B) 197.54º 0.42% 0.6% -
XYZ 18.3 21.42 33.31 -
YUV 122.41 145.26 103.46 -
System Red Green Blue C M Y K H S L
Decimal 88 134 153 0.42 0.12 0 0.4 197.54 0.27 0.47
Hex 58 86 99 2A C 0 28 C6 1B 2F
Octal 130 206 231 52 14 0 50 306 33 57
Binary 1011000 10000110 10011001 101010 1100 0 101000 11000110 11011 101111

Color Harmonies of #588699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588699

Black with #588699

Text Example


Text Example

White with #588699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588699; }

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

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

background-color css

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

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

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

border-color css

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

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

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