#5F7685

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

Shades of Lynch #5F7685

Tints of Lynch #5F7685

Color information

#5F7685 (or 0x5F7685) is unknown color: approx Lynch. HEX triplet: 5F, 76 and 85. RGB value is (95,118,133). Sum of RGB (Red+Green+Blue) = 95+118+133=346 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.46% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F7685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7685 is #A0897A. Grayscale: #707070. Windows color (decimal): -10520955 or 8746591. OLE color: 8746591.

HSL color Cylindrical-coordinate representation of color #5F7685: hue angle of 203.68º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F7685 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB95118133-
CMYK0.290.1100.48
HSL203.68º16.67%44.71%-
HSV(B)203.68º28.57%52.16%-
XYZ15.4317.0824.67-
YUV112.83139.38115.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.46%
GREEN value IS 118 (46.48% from 255) = 34.10%
BLUE value IS 133 (52.34% from 255) = 38.44%
R=27.46%
G=34.10%
B=38.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal951181330.290.1100.48203.6816.6744.71
Hex5F76851DB030cc112d
Octal13716620535130603142155
Binary101111111101101000010111101101101100001100110010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,118,133); }

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

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

 a { background-color: rgb(95,118,133); }

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

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

 span { border-color: rgb(95,118,133); }

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