Html Css Color HEX #597B95 Lynch

📋 copy color: '#597B95'

red 89 ◦ green 123 ◦ blue 149

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

Shades of Lynch #597B95

Tints of Lynch #597B95

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.07%

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

R = 24.65%
G = 34.07%
B = 41.27%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#597B95 (or 0x597B95) is known color: Lynch. HEX triplet: 59, 7B and 95. RGB value is (89,123,149). Sum of RGB (Red+Green+Blue) = 89+123+149=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #597B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597B95 is #A6846A. Grayscale: #737373. Windows color (decimal): -10912875 or 9796441. OLE color: 9796441.

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

Color convert

RGB 89 123 149 -
CMYK 0.40 0.17 0 0.42
HSL 206º 0.25% 0.47% -
HSV(B) 206º 0.4% 0.58% -
XYZ 16.63 18.46 31.12 -
YUV 115.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 89 123 149 0.40 0.17 0 0.42 206 0.25 0.47
Hex 59 7B 95 28 11 0 2A CE 19 2F
Octal 131 173 225 50 21 0 52 316 31 57
Binary 1011001 1111011 10010101 101000 10001 0 101010 11001110 11001 101111

Color Harmonies of #597B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597B95

Black with #597B95

Text Example


Text Example

White with #597B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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