Html Css Color HEX #588395 Horizon

📋 copy color: '#588395'

red 88 ◦ green 131 ◦ blue 149

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

Shades of Horizon #588395

Tints of Horizon #588395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.6%

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

R = 23.91%
G = 35.6%
B = 40.49%

CMYK

 C value IS 0.41

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#588395 (or 0x588395) is known color: Horizon. HEX triplet: 58, 83 and 95. RGB value is (88,131,149). Sum of RGB (Red+Green+Blue) = 88+131+149=368 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.91% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #588395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588395 is #A77C6A. Grayscale: #787878. Windows color (decimal): -10976363 or 9798488. OLE color: 9798488.

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

Color convert

RGB 88 131 149 -
CMYK 0.41 0.12 0 0.42
HSL 197.7º 0.26% 0.46% -
HSV(B) 197.7º 0.41% 0.58% -
XYZ 17.57 20.48 31.46 -
YUV 120.2 144.25 105.04 -
System Red Green Blue C M Y K H S L
Decimal 88 131 149 0.41 0.12 0 0.42 197.7 0.26 0.46
Hex 58 83 95 29 C 0 2A C6 1A 2E
Octal 130 203 225 51 14 0 52 306 32 56
Binary 1011000 10000011 10010101 101001 1100 0 101010 11000110 11010 101110

Color Harmonies of #588395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588395

Black with #588395

Text Example


Text Example

White with #588395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588395; }

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

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

background-color css

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

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

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

border-color css

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

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

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