Html Css Color HEX #597991 Lynch

📋 copy color: '#597991'

red 89 ◦ green 121 ◦ blue 145

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

Shades of Lynch #597991

Tints of Lynch #597991

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.08%

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

R = 25.07%
G = 34.08%
B = 40.85%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#597991 (or 0x597991) is known color: Lynch. HEX triplet: 59, 79 and 91. RGB value is (89,121,145). Sum of RGB (Red+Green+Blue) = 89+121+145=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 145 - color contains mainly: blue. Hex color #597991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597991 is #A6866E. Grayscale: #727272. Windows color (decimal): -10913391 or 9533785. OLE color: 9533785.

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

Color convert

RGB 89 121 145 -
CMYK 0.39 0.17 0 0.43
HSL 205.71º 0.24% 0.46% -
HSV(B) 205.71º 0.39% 0.57% -
XYZ 16.07 17.84 29.39 -
YUV 114.17 145.4 110.05 -
System Red Green Blue C M Y K H S L
Decimal 89 121 145 0.39 0.17 0 0.43 205.71 0.24 0.46
Hex 59 79 91 27 11 0 2B CE 18 2E
Octal 131 171 221 47 21 0 53 316 30 56
Binary 1011001 1111001 10010001 100111 10001 0 101011 11001110 11000 101110

Color Harmonies of #597991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597991

Black with #597991

Text Example


Text Example

White with #597991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #597991; }

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

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

background-color css

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

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

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

border-color css

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

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

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