Html Css Color HEX #588095 Horizon

📋 copy color: '#588095'

red 88 ◦ green 128 ◦ blue 149

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

Shades of Horizon #588095

Tints of Horizon #588095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.07%

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

R = 24.11%
G = 35.07%
B = 40.82%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#588095 (or 0x588095) is known color: Horizon. HEX triplet: 58, 80 and 95. RGB value is (88,128,149). Sum of RGB (Red+Green+Blue) = 88+128+149=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #588095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588095 is #A77F6A. Grayscale: #767676. Windows color (decimal): -10977131 or 9797720. OLE color: 9797720.

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

Color convert

RGB 88 128 149 -
CMYK 0.41 0.14 0 0.42
HSL 200.66º 0.26% 0.46% -
HSV(B) 200.66º 0.41% 0.58% -
XYZ 17.17 19.68 31.33 -
YUV 118.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 88 128 149 0.41 0.14 0 0.42 200.66 0.26 0.46
Hex 58 80 95 29 E 0 2A C9 1A 2E
Octal 130 200 225 51 16 0 52 311 32 56
Binary 1011000 10000000 10010101 101001 1110 0 101010 11001001 11010 101110

Color Harmonies of #588095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588095

Black with #588095

Text Example


Text Example

White with #588095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588095; }

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

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

background-color css

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

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

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

border-color css

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

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

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