Html Css Color HEX #598795 Horizon

📋 copy color: '#598795'

red 89 ◦ green 135 ◦ blue 149

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

Shades of Horizon #598795

Tints of Horizon #598795

RGB

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

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

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

R = 23.86%
G = 36.19%
B = 39.95%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#598795 (or 0x598795) is known color: Horizon. HEX triplet: 59, 87 and 95. RGB value is (89,135,149). Sum of RGB (Red+Green+Blue) = 89+135+149=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 149 - color contains mainly: blue. Hex color #598795 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598795 is #A6786A. Grayscale: #7A7A7A. Windows color (decimal): -10909803 or 9799513. OLE color: 9799513.

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

Color convert

RGB 89 135 149 -
CMYK 0.40 0.09 0 0.42
HSL 194º 0.25% 0.47% -
HSV(B) 194º 0.4% 0.58% -
XYZ 18.21 21.62 31.65 -
YUV 122.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 89 135 149 0.40 0.09 0 0.42 194 0.25 0.47
Hex 59 87 95 28 9 0 2A C2 19 2F
Octal 131 207 225 50 11 0 52 302 31 57
Binary 1011001 10000111 10010101 101000 1001 0 101010 11000010 11001 101111

Color Harmonies of #598795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598795

Black with #598795

Text Example


Text Example

White with #598795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598795; }

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

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

background-color css

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

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

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

border-color css

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

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

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