Html Css Color HEX #59778C Lynch

📋 copy color: '#59778C'

red 89 ◦ green 119 ◦ blue 140

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

Shades of Lynch #59778C

Tints of Lynch #59778C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.2%

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

R = 25.57%
G = 34.2%
B = 40.23%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#59778C (or 0x59778C) is known color: Lynch. HEX triplet: 59, 77 and 8C. RGB value is (89,119,140). Sum of RGB (Red+Green+Blue) = 89+119+140=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 140 - color contains mainly: blue. Hex color #59778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59778C is #A68873. Grayscale: #707070. Windows color (decimal): -10913908 or 9205593. OLE color: 9205593.

HSL color Cylindrical-coordinate representation of color #59778C: hue angle of 204.71º 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 #59778C is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 119 140 -
CMYK 0.36 0.15 0 0.45
HSL 204.71º 0.22% 0.45% -
HSV(B) 204.71º 0.36% 0.55% -
XYZ 15.45 17.21 27.32 -
YUV 112.42 143.56 111.29 -
System Red Green Blue C M Y K H S L
Decimal 89 119 140 0.36 0.15 0 0.45 204.71 0.22 0.45
Hex 59 77 8C 24 F 0 2D CD 16 2D
Octal 131 167 214 44 17 0 55 315 26 55
Binary 1011001 1110111 10001100 100100 1111 0 101101 11001101 10110 101101

Color Harmonies of #59778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59778C

Black with #59778C

Text Example


Text Example

White with #59778C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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