Html Css Color HEX #597F91 Horizon

📋 copy color: '#597F91'

red 89 ◦ green 127 ◦ blue 145

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

Shades of Horizon #597F91

Tints of Horizon #597F91

RGB

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

 GREEN value IS 127 (50% from 255) = 35.18%

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

R = 24.65%
G = 35.18%
B = 40.17%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#597F91 (or 0x597F91) is known color: Horizon. HEX triplet: 59, 7F and 91. RGB value is (89,127,145). Sum of RGB (Red+Green+Blue) = 89+127+145=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #597F91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597F91 is #A6806E. Grayscale: #757575. Windows color (decimal): -10911855 or 9535321. OLE color: 9535321.

HSL color Cylindrical-coordinate representation of color #597F91: hue angle of 199.29º 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 #597F91 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 89 127 145 -
CMYK 0.39 0.12 0 0.43
HSL 199.29º 0.24% 0.46% -
HSV(B) 199.29º 0.39% 0.57% -
XYZ 16.82 19.35 29.64 -
YUV 117.69 143.41 107.54 -
System Red Green Blue C M Y K H S L
Decimal 89 127 145 0.39 0.12 0 0.43 199.29 0.24 0.46
Hex 59 7F 91 27 C 0 2B C7 18 2E
Octal 131 177 221 47 14 0 53 307 30 56
Binary 1011001 1111111 10010001 100111 1100 0 101011 11000111 11000 101110

Color Harmonies of #597F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597F91

Black with #597F91

Text Example


Text Example

White with #597F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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