Html Css Color HEX #59778B Lynch

📋 copy color: '#59778B'

red 89 ◦ green 119 ◦ blue 139

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

Shades of Lynch #59778B

Tints of Lynch #59778B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.06%

R = 25.65%
G = 34.29%
B = 40.06%

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

#59778B (or 0x59778B) is known color: Lynch. HEX triplet: 59, 77 and 8B. RGB value is (89,119,139). Sum of RGB (Red+Green+Blue) = 89+119+139=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #59778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #59778B is #A68874. Grayscale: #707070. Windows color (decimal): -10913909 or 9140057. OLE color: 9140057.

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

Color convert

RGB 89 119 139 -
CMYK 0.36 0.14 0 0.45
HSL 204º 0.22% 0.45% -
HSV(B) 204º 0.36% 0.55% -
XYZ 15.38 17.18 26.93 -
YUV 112.31 143.06 111.37 -
System Red Green Blue C M Y K H S L
Decimal 89 119 139 0.36 0.14 0 0.45 204 0.22 0.45
Hex 59 77 8B 24 E 0 2D CC 16 2D
Octal 131 167 213 44 16 0 55 314 26 55
Binary 1011001 1110111 10001011 100100 1110 0 101101 11001100 10110 101101

Color Harmonies of #59778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59778B

Black with #59778B

Text Example


Text Example

White with #59778B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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