Html Css Color HEX #588592 Horizon

📋 copy color: '#588592'

red 88 ◦ green 133 ◦ blue 146

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

Shades of Horizon #588592

Tints of Horizon #588592

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.24%

 BLUE value IS 146 (57.42% from 255) = 39.78%

R = 23.98%
G = 36.24%
B = 39.78%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#588592 (or 0x588592) is known color: Horizon. HEX triplet: 58, 85 and 92. RGB value is (88,133,146). Sum of RGB (Red+Green+Blue) = 88+133+146=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 133 (52.34% from 255 or 36.24% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 146 - color contains mainly: blue. Hex color #588592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588592 is #A77A6D. Grayscale: #787878. Windows color (decimal): -10975854 or 9602392. OLE color: 9602392.

HSL color Cylindrical-coordinate representation of color #588592: hue angle of 193.45º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #588592 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 88 133 146 -
CMYK 0.40 0.09 0 0.43
HSL 193.45º 0.25% 0.46% -
HSV(B) 193.45º 0.4% 0.57% -
XYZ 17.6 20.93 30.31 -
YUV 121.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 88 133 146 0.40 0.09 0 0.43 193.45 0.25 0.46
Hex 58 85 92 28 9 0 2B C1 19 2E
Octal 130 205 222 50 11 0 53 301 31 56
Binary 1011000 10000101 10010010 101000 1001 0 101011 11000001 11001 101110

Color Harmonies of #588592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #588592

Black with #588592

Text Example


Text Example

White with #588592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #588592; }

 p { color: rgb(88,133,146); }

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

background-color css

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

 a { background-color: rgb(88,133,146); }

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

border-color css

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

 span { border-color: rgb(88,133,146); }

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