Html Css Color HEX #597D95 Lynch

📋 copy color: '#597D95'

red 89 ◦ green 125 ◦ blue 149

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

Shades of Lynch #597D95

Tints of Lynch #597D95

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.44%

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

R = 24.52%
G = 34.44%
B = 41.05%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#597D95 (or 0x597D95) is known color: Lynch. HEX triplet: 59, 7D and 95. RGB value is (89,125,149). Sum of RGB (Red+Green+Blue) = 89+125+149=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #597D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597D95 is #A6826A. Grayscale: #747474. Windows color (decimal): -10912363 or 9796953. OLE color: 9796953.

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

Color convert

RGB 89 125 149 -
CMYK 0.40 0.16 0 0.42
HSL 204º 0.25% 0.47% -
HSV(B) 204º 0.4% 0.58% -
XYZ 16.88 18.96 31.2 -
YUV 116.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 89 125 149 0.40 0.16 0 0.42 204 0.25 0.47
Hex 59 7D 95 28 10 0 2A CC 19 2F
Octal 131 175 225 50 20 0 52 314 31 57
Binary 1011001 1111101 10010101 101000 10000 0 101010 11001100 11001 101111

Color Harmonies of #597D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597D95

Black with #597D95

Text Example


Text Example

White with #597D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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