#5C7587

Color #5C7587 Lynch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lynch #5C7587

Tints of Lynch #5C7587

Color information

#5C7587 (or 0x5C7587) is unknown color: approx Lynch. HEX triplet: 5C, 75 and 87. RGB value is (92,117,135). Sum of RGB (Red+Green+Blue) = 92+117+135=344 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.74% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 135 - color contains mainly: blue. Hex color #5C7587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7587 is #A38A78. Grayscale: #6F6F6F. Windows color (decimal): -10717817 or 8877404. OLE color: 8877404.

HSL color Cylindrical-coordinate representation of color #5C7587: hue angle of 205.12º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C7587 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB92117135-
CMYK0.320.1300.47
HSL205.12º18.94%44.51%-
HSV(B)205.12º31.85%52.94%-
XYZ15.1516.7525.36-
YUV111.58141.22114.04-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.74%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 135 (53.12% from 255) = 39.24%
R=26.74%
G=34.01%
B=39.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal921171350.320.1300.47205.1218.9444.51
Hex5C758720D02Fcd132d
Octal13416520740150573152355
Binary1011100111010110000111100000110101011111100110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C7587; }

 p { color: rgb(92,117,135); }

 H1.HeaderClassName
 {
   color: #5C7587;
 }
 .AnyTagClassName
 {
   color: #5C7587;
 }
</style>
background-color css

<style>
 a { background-color: #5C7587; }

 a { background-color: rgb(92,117,135); }

 div.DivClassName
 {
   background-color: #5C7587;
 }
 .BgClassName
 {
   background-color: #5C7587;
 }
</style>
border-color css

<style>
 span { border-color: #5C7587; }

 span { border-color: rgb(92,117,135); }

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