Html Css Color HEX #598593 Horizon

📋 copy color: '#598593'

red 89 ◦ green 133 ◦ blue 147

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

Shades of Horizon #598593

Tints of Horizon #598593

RGB

 RED value IS 89 (35.16% from 255) = 24.12%

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

 BLUE value IS 147 (57.81% from 255) = 39.84%

R = 24.12%
G = 36.04%
B = 39.84%

CMYK

 C value IS 0.39

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#598593 (or 0x598593) is known color: Horizon. HEX triplet: 59, 85 and 93. RGB value is (89,133,147). Sum of RGB (Red+Green+Blue) = 89+133+147=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #598593 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598593 is #A67A6C. Grayscale: #797979. Windows color (decimal): -10910317 or 9667929. OLE color: 9667929.

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

Color convert

RGB 89 133 147 -
CMYK 0.39 0.10 0 0.42
HSL 194.48º 0.25% 0.46% -
HSV(B) 194.48º 0.39% 0.58% -
XYZ 17.77 21.01 30.72 -
YUV 121.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 89 133 147 0.39 0.10 0 0.42 194.48 0.25 0.46
Hex 59 85 93 27 A 0 2A C2 19 2E
Octal 131 205 223 47 12 0 52 302 31 56
Binary 1011001 10000101 10010011 100111 1010 0 101010 11000010 11001 101110

Color Harmonies of #598593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598593

Black with #598593

Text Example


Text Example

White with #598593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598593; }

 p { color: rgb(89,133,147); }

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

background-color css

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

 a { background-color: rgb(89,133,147); }

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

border-color css

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

 span { border-color: rgb(89,133,147); }

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