#5C7487

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

Shades of Lynch #5C7487

Tints of Lynch #5C7487

Color information

#5C7487 (or 0x5C7487) is unknown color: approx Lynch. HEX triplet: 5C, 74 and 87. RGB value is (92,116,135). Sum of RGB (Red+Green+Blue) = 92+116+135=343 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.82% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 135 - color contains mainly: blue. Hex color #5C7487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C7487 is #A38B78. Grayscale: #6E6E6E. Windows color (decimal): -10718073 or 8877148. OLE color: 8877148.

HSL color Cylindrical-coordinate representation of color #5C7487: hue angle of 206.51º 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 #5C7487 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB92116135-
CMYK0.320.1400.47
HSL206.51º18.94%44.51%-
HSV(B)206.51º31.85%52.94%-
XYZ15.0316.5225.32-
YUV110.99141.55114.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.82%
GREEN value IS 116 (45.70% from 255) = 33.82%
BLUE value IS 135 (53.12% from 255) = 39.36%
R=26.82%
G=33.82%
B=39.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal921161350.320.1400.47206.5118.9444.51
Hex5C748720E02Fcf132d
Octal13416420740160573172355
Binary1011100111010010000111100000111001011111100111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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