Html Css Color HEX #598695 Horizon

📋 copy color: '#598695'

red 89 ◦ green 134 ◦ blue 149

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

Shades of Horizon #598695

Tints of Horizon #598695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.02%

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

R = 23.92%
G = 36.02%
B = 40.05%

CMYK

 C value IS 0.40

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#598695 (or 0x598695) is known color: Horizon. HEX triplet: 59, 86 and 95. RGB value is (89,134,149). Sum of RGB (Red+Green+Blue) = 89+134+149=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 134 (52.73% from 255 or 36.02% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #598695 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598695 is #A6796A. Grayscale: #7A7A7A. Windows color (decimal): -10910059 or 9799257. OLE color: 9799257.

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

Color convert

RGB 89 134 149 -
CMYK 0.40 0.10 0 0.42
HSL 195º 0.25% 0.47% -
HSV(B) 195º 0.4% 0.58% -
XYZ 18.07 21.34 31.6 -
YUV 122.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 89 134 149 0.40 0.10 0 0.42 195 0.25 0.47
Hex 59 86 95 28 A 0 2A C3 19 2F
Octal 131 206 225 50 12 0 52 303 31 57
Binary 1011001 10000110 10010101 101000 1010 0 101010 11000011 11001 101111

Color Harmonies of #598695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598695

Black with #598695

Text Example


Text Example

White with #598695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598695; }

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

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

background-color css

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

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

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

border-color css

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

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

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