Html Css Color HEX #59788C Lynch

📋 copy color: '#59788C'

red 89 ◦ green 120 ◦ blue 140

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

Shades of Lynch #59788C

Tints of Lynch #59788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 34.38%

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 25.5%
G = 34.38%
B = 40.11%

CMYK

 C value IS 0.36

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59788C (or 0x59788C) is known color: Lynch. HEX triplet: 59, 78 and 8C. RGB value is (89,120,140). Sum of RGB (Red+Green+Blue) = 89+120+140=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #59788C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59788C is #A68773. Grayscale: #707070. Windows color (decimal): -10913652 or 9205849. OLE color: 9205849.

HSL color Cylindrical-coordinate representation of color #59788C: hue angle of 203.53º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #59788C is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 120 140 -
CMYK 0.36 0.14 0 0.45
HSL 203.53º 0.22% 0.45% -
HSV(B) 203.53º 0.36% 0.55% -
XYZ 15.57 17.45 27.36 -
YUV 113.01 143.23 110.87 -
System Red Green Blue C M Y K H S L
Decimal 89 120 140 0.36 0.14 0 0.45 203.53 0.22 0.45
Hex 59 78 8C 24 E 0 2D CC 16 2D
Octal 131 170 214 44 16 0 55 314 26 55
Binary 1011001 1111000 10001100 100100 1110 0 101101 11001100 10110 101101

Color Harmonies of #59788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59788C

Black with #59788C

Text Example


Text Example

White with #59788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59788C; }

 p { color: rgb(89,120,140); }

 H1.HeaderClassName
 {
   color: #59788C;
 }
 .AnyTagClassName
 {
   color: #59788C;
 }
</style>

background-color css

<style>
 a { background-color: #59788C; }

 a { background-color: rgb(89,120,140); }

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

border-color css

<style>
 span { border-color: #59788C; }

 span { border-color: rgb(89,120,140); }

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