#5F7D8D

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

Shades of Lynch #5F7D8D

Tints of Lynch #5F7D8D

Color information

#5F7D8D (or 0x5F7D8D) is unknown color: approx Lynch. HEX triplet: 5F, 7D and 8D. RGB value is (95,125,141). Sum of RGB (Red+Green+Blue) = 95+125+141=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F7D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7D8D is #A08272. Grayscale: #757575. Windows color (decimal): -10519155 or 9272671. OLE color: 9272671.

HSL color Cylindrical-coordinate representation of color #5F7D8D: hue angle of 200.87º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F7D8D is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB95125141-
CMYK0.330.1100.45
HSL200.87º19.49%46.27%-
HSV(B)200.87º32.62%55.29%-
XYZ16.8619.0227.98-
YUV117.85141.06111.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.32%
GREEN value IS 125 (49.22% from 255) = 34.63%
BLUE value IS 141 (55.47% from 255) = 39.06%
R=26.32%
G=34.63%
B=39.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal951251410.330.1100.45200.8719.4946.27
Hex5F7D8D21B02Dc9132e
Octal13717521541130553112356
Binary1011111111110110001101100001101101011011100100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,125,141); }

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

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

 a { background-color: rgb(95,125,141); }

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

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

 span { border-color: rgb(95,125,141); }

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