#5F7C95

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

Shades of Lynch #5F7C95

Tints of Lynch #5F7C95

Color information

#5F7C95 (or 0x5F7C95) is unknown color: approx Lynch. HEX triplet: 5F, 7C and 95. RGB value is (95,124,149). Sum of RGB (Red+Green+Blue) = 95+124+149=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 149 - color contains mainly: blue. Hex color #5F7C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7C95 is #A0836A. Grayscale: #767676. Windows color (decimal): -10519403 or 9796703. OLE color: 9796703.

HSL color Cylindrical-coordinate representation of color #5F7C95: hue angle of 207.78º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F7C95 is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB95124149-
CMYK0.360.1700.42
HSL207.78º22.13%47.84%-
HSV(B)207.78º36.24%58.43%-
XYZ17.3519.0231.19-
YUV118.18145.39111.47-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.82%
GREEN value IS 124 (48.83% from 255) = 33.70%
BLUE value IS 149 (58.59% from 255) = 40.49%
R=25.82%
G=33.70%
B=40.49%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951241490.360.1700.42207.7822.1347.84
Hex5F7C95241102Ad01630
Octal13717422544210523202660
Binary10111111111100100101011001001000101010101101000010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,124,149); }

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

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

 a { background-color: rgb(95,124,149); }

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

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

 span { border-color: rgb(95,124,149); }

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