Html Css Color HEX #588895 Horizon

📋 copy color: '#588895'

red 88 ◦ green 136 ◦ blue 149

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

Shades of Horizon #588895

Tints of Horizon #588895

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.46%

 BLUE value IS 149 (58.59% from 255) = 39.95%

R = 23.59%
G = 36.46%
B = 39.95%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#588895 (or 0x588895) is known color: Horizon. HEX triplet: 58, 88 and 95. RGB value is (88,136,149). Sum of RGB (Red+Green+Blue) = 88+136+149=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 149 - color contains mainly: blue. Hex color #588895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588895 is #A7776A. Grayscale: #7B7B7B. Windows color (decimal): -10975083 or 9799768. OLE color: 9799768.

HSL color Cylindrical-coordinate representation of color #588895: hue angle of 192.79º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #588895 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 136 149 -
CMYK 0.41 0.09 0 0.42
HSL 192.79º 0.26% 0.46% -
HSV(B) 192.79º 0.41% 0.58% -
XYZ 18.25 21.85 31.69 -
YUV 123.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 88 136 149 0.41 0.09 0 0.42 192.79 0.26 0.46
Hex 58 88 95 29 9 0 2A C1 1A 2E
Octal 130 210 225 51 11 0 52 301 32 56
Binary 1011000 10001000 10010101 101001 1001 0 101010 11000001 11010 101110

Color Harmonies of #588895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588895

Black with #588895

Text Example


Text Example

White with #588895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588895; }

 p { color: rgb(88,136,149); }

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

background-color css

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

 a { background-color: rgb(88,136,149); }

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

border-color css

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

 span { border-color: rgb(88,136,149); }

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