Html Css Color HEX #597D92 Lynch

📋 copy color: '#597D92'

red 89 ◦ green 125 ◦ blue 146

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

Shades of Lynch #597D92

Tints of Lynch #597D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.56%

R = 24.72%
G = 34.72%
B = 40.56%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#597D92 (or 0x597D92) is known color: Lynch. HEX triplet: 59, 7D and 92. RGB value is (89,125,146). Sum of RGB (Red+Green+Blue) = 89+125+146=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #597D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597D92 is #A6826D. Grayscale: #747474. Windows color (decimal): -10912366 or 9600345. OLE color: 9600345.

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

Color convert

RGB 89 125 146 -
CMYK 0.39 0.14 0 0.43
HSL 202.11º 0.24% 0.46% -
HSV(B) 202.11º 0.39% 0.57% -
XYZ 16.64 18.87 29.96 -
YUV 116.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 89 125 146 0.39 0.14 0 0.43 202.11 0.24 0.46
Hex 59 7D 92 27 E 0 2B CA 18 2E
Octal 131 175 222 47 16 0 53 312 30 56
Binary 1011001 1111101 10010010 100111 1110 0 101011 11001010 11000 101110

Color Harmonies of #597D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597D92

Black with #597D92

Text Example


Text Example

White with #597D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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