Html Css Color HEX #597C94 Lynch

📋 copy color: '#597C94'

red 89 ◦ green 124 ◦ blue 148

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

Shades of Lynch #597C94

Tints of Lynch #597C94

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.35%

 BLUE value IS 148 (58.2% from 255) = 41%

R = 24.65%
G = 34.35%
B = 41%

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

#597C94 (or 0x597C94) is known color: Lynch. HEX triplet: 59, 7C and 94. RGB value is (89,124,148). Sum of RGB (Red+Green+Blue) = 89+124+148=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #597C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #597C94 is #A6836B. Grayscale: #747474. Windows color (decimal): -10912620 or 9731161. OLE color: 9731161.

HSL color Cylindrical-coordinate representation of color #597C94: hue angle of 204.41º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #597C94 is Cyan = 0.40, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 89 124 148 -
CMYK 0.40 0.16 0 0.42
HSL 204.41º 0.25% 0.46% -
HSV(B) 204.41º 0.4% 0.58% -
XYZ 16.67 18.68 30.74 -
YUV 116.27 145.9 108.55 -
System Red Green Blue C M Y K H S L
Decimal 89 124 148 0.40 0.16 0 0.42 204.41 0.25 0.46
Hex 59 7C 94 28 10 0 2A CC 19 2E
Octal 131 174 224 50 20 0 52 314 31 56
Binary 1011001 1111100 10010100 101000 10000 0 101010 11001100 11001 101110

Color Harmonies of #597C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #597C94

Black with #597C94

Text Example


Text Example

White with #597C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,124,148); }

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

background-color css

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

 a { background-color: rgb(89,124,148); }

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

border-color css

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

 span { border-color: rgb(89,124,148); }

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