Html Css Color HEX #598791 Horizon

📋 copy color: '#598791'

red 89 ◦ green 135 ◦ blue 145

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

Shades of Horizon #598791

Tints of Horizon #598791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.3%

R = 24.12%
G = 36.59%
B = 39.3%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#598791 (or 0x598791) is known color: Horizon. HEX triplet: 59, 87 and 91. RGB value is (89,135,145). Sum of RGB (Red+Green+Blue) = 89+135+145=369 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.12% from 369); Green value is 135 (53.12% from 255 or 36.59% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 145 - color contains mainly: blue. Hex color #598791 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598791 is #A6786E. Grayscale: #7A7A7A. Windows color (decimal): -10909807 or 9537369. OLE color: 9537369.

HSL color Cylindrical-coordinate representation of color #598791: hue angle of 190.71º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #598791 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 135 145 -
CMYK 0.39 0.07 0 0.43
HSL 190.71º 0.24% 0.46% -
HSV(B) 190.71º 0.39% 0.57% -
XYZ 17.89 21.5 29.99 -
YUV 122.39 140.76 104.19 -
System Red Green Blue C M Y K H S L
Decimal 89 135 145 0.39 0.07 0 0.43 190.71 0.24 0.46
Hex 59 87 91 27 7 0 2B BF 18 2E
Octal 131 207 221 47 7 0 53 277 30 56
Binary 1011001 10000111 10010001 100111 111 0 101011 10111111 11000 101110

Color Harmonies of #598791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598791

Black with #598791

Text Example


Text Example

White with #598791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598791; }

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

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

background-color css

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

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

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

border-color css

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

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

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