Html Css Color HEX #588696 Horizon

📋 copy color: '#588696'

red 88 ◦ green 134 ◦ blue 150

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

Shades of Horizon #588696

Tints of Horizon #588696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.32%

R = 23.66%
G = 36.02%
B = 40.32%

CMYK

 C value IS 0.41

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#588696 (or 0x588696) is known color: Horizon. HEX triplet: 58, 86 and 96. RGB value is (88,134,150). Sum of RGB (Red+Green+Blue) = 88+134+150=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #588696 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588696 is #A77969. Grayscale: #797979. Windows color (decimal): -10975594 or 9864792. OLE color: 9864792.

HSL color Cylindrical-coordinate representation of color #588696: hue angle of 195.48º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #588696 is Cyan = 0.41, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 134 150 -
CMYK 0.41 0.11 0 0.41
HSL 195.48º 0.26% 0.47% -
HSV(B) 195.48º 0.41% 0.59% -
XYZ 18.05 21.33 32.02 -
YUV 122.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 88 134 150 0.41 0.11 0 0.41 195.48 0.26 0.47
Hex 58 86 96 29 B 0 29 C3 1A 2F
Octal 130 206 226 51 13 0 51 303 32 57
Binary 1011000 10000110 10010110 101001 1011 0 101001 11000011 11010 101111

Color Harmonies of #588696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588696

Black with #588696

Text Example


Text Example

White with #588696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588696; }

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

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

background-color css

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

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

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

border-color css

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

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

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