#5F7B8E

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

Shades of Lynch #5F7B8E

Tints of Lynch #5F7B8E

Color information

#5F7B8E (or 0x5F7B8E) is unknown color: approx Lynch. HEX triplet: 5F, 7B and 8E. RGB value is (95,123,142). Sum of RGB (Red+Green+Blue) = 95+123+142=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F7B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7B8E is #A08471. Grayscale: #747474. Windows color (decimal): -10519666 or 9337695. OLE color: 9337695.

HSL color Cylindrical-coordinate representation of color #5F7B8E: hue angle of 204.26º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F7B8E is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB95123142-
CMYK0.330.1300.44
HSL204.26º19.83%46.47%-
HSV(B)204.26º33.1%55.69%-
XYZ16.6818.5528.29-
YUV116.79142.22112.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.39%
GREEN value IS 123 (48.44% from 255) = 34.17%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=26.39%
G=34.17%
B=39.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal951231420.330.1300.44204.2619.8346.47
Hex5F7B8E21D02Ccc142e
Octal13717321641150543142456
Binary1011111111101110001110100001110101011001100110010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,123,142); }

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

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

 a { background-color: rgb(95,123,142); }

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

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

 span { border-color: rgb(95,123,142); }

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