Html Css Color HEX #597A91 Lynch

📋 copy color: '#597A91'

red 89 ◦ green 122 ◦ blue 145

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

Shades of Lynch #597A91

Tints of Lynch #597A91

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.27%

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

R = 25%
G = 34.27%
B = 40.73%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#597A91 (or 0x597A91) is known color: Lynch. HEX triplet: 59, 7A and 91. RGB value is (89,122,145). Sum of RGB (Red+Green+Blue) = 89+122+145=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 145 (57.03% from 255 or 40.73% from 356); Max value from RGB is 145 - color contains mainly: blue. Hex color #597A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597A91 is #A6856E. Grayscale: #727272. Windows color (decimal): -10913135 or 9534041. OLE color: 9534041.

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

Color convert

RGB 89 122 145 -
CMYK 0.39 0.16 0 0.43
HSL 204.64º 0.24% 0.46% -
HSV(B) 204.64º 0.39% 0.57% -
XYZ 16.19 18.09 29.43 -
YUV 114.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 89 122 145 0.39 0.16 0 0.43 204.64 0.24 0.46
Hex 59 7A 91 27 10 0 2B CD 18 2E
Octal 131 172 221 47 20 0 53 315 30 56
Binary 1011001 1111010 10010001 100111 10000 0 101011 11001101 11000 101110

Color Harmonies of #597A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597A91

Black with #597A91

Text Example


Text Example

White with #597A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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