Html Css Color HEX #588796 Horizon

📋 copy color: '#588796'

red 88 ◦ green 135 ◦ blue 150

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

Shades of Horizon #588796

Tints of Horizon #588796

RGB

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

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

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

R = 23.59%
G = 36.19%
B = 40.21%

CMYK

 C value IS 0.41

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#588796 (or 0x588796) is known color: Horizon. HEX triplet: 58, 87 and 96. RGB value is (88,135,150). Sum of RGB (Red+Green+Blue) = 88+135+150=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #588796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588796 is #A77869. Grayscale: #7A7A7A. Windows color (decimal): -10975338 or 9865048. OLE color: 9865048.

HSL color Cylindrical-coordinate representation of color #588796: hue angle of 194.52º 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 #588796 is Cyan = 0.41, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 88 135 150 -
CMYK 0.41 0.1 0 0.41
HSL 194.52º 0.26% 0.47% -
HSV(B) 194.52º 0.41% 0.59% -
XYZ 18.19 21.6 32.07 -
YUV 122.66 143.43 103.28 -
System Red Green Blue C M Y K H S L
Decimal 88 135 150 0.41 0.1 0 0.41 194.52 0.26 0.47
Hex 58 87 96 29 A 0 29 C3 1A 2F
Octal 130 207 226 51 12 0 51 303 32 57
Binary 1011000 10000111 10010110 101001 1010 0 101001 11000011 11010 101111

Color Harmonies of #588796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588796

Black with #588796

Text Example


Text Example

White with #588796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588796; }

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

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

background-color css

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

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

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

border-color css

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

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

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