Html Css Color HEX #588795 Horizon

📋 copy color: '#588795'

red 88 ◦ green 135 ◦ blue 149

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

Shades of Horizon #588795

Tints of Horizon #588795

RGB

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

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

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

R = 23.66%
G = 36.29%
B = 40.05%

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

#588795 (or 0x588795) is known color: Horizon. HEX triplet: 58, 87 and 95. RGB value is (88,135,149). Sum of RGB (Red+Green+Blue) = 88+135+149=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #588795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588795 is #A7786A. Grayscale: #7A7A7A. Windows color (decimal): -10975339 or 9799512. OLE color: 9799512.

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

Color convert

RGB 88 135 149 -
CMYK 0.41 0.09 0 0.42
HSL 193.77º 0.26% 0.46% -
HSV(B) 193.77º 0.41% 0.58% -
XYZ 18.11 21.57 31.64 -
YUV 122.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 88 135 149 0.41 0.09 0 0.42 193.77 0.26 0.46
Hex 58 87 95 29 9 0 2A C2 1A 2E
Octal 130 207 225 51 11 0 52 302 32 56
Binary 1011000 10000111 10010101 101001 1001 0 101010 11000010 11010 101110

Color Harmonies of #588795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588795

Black with #588795

Text Example


Text Example

White with #588795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588795; }

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

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

background-color css

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

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

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

border-color css

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

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

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