#5F7E93

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

Shades of Lynch #5F7E93

Tints of Lynch #5F7E93

Color information

#5F7E93 (or 0x5F7E93) is unknown color: approx Lynch. HEX triplet: 5F, 7E and 93. RGB value is (95,126,147). Sum of RGB (Red+Green+Blue) = 95+126+147=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #5F7E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7E93 is #A0816C. Grayscale: #777777. Windows color (decimal): -10518893 or 9666143. OLE color: 9666143.

HSL color Cylindrical-coordinate representation of color #5F7E93: hue angle of 204.23º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F7E93 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB95126147-
CMYK0.350.1400.42
HSL204.23º21.49%47.45%-
HSV(B)204.23º35.37%57.65%-
XYZ17.4519.4630.44-
YUV119.12143.73110.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.82%
GREEN value IS 126 (49.61% from 255) = 34.24%
BLUE value IS 147 (57.81% from 255) = 39.95%
R=25.82%
G=34.24%
B=39.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal951261470.350.1400.42204.2321.4947.45
Hex5F7E9323E02Acc152f
Octal13717622343160523142557
Binary1011111111111010010011100011111001010101100110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,126,147); }

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

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

 a { background-color: rgb(95,126,147); }

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

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

 span { border-color: rgb(95,126,147); }

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