#5F7988

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

Shades of Lynch #5F7988

Tints of Lynch #5F7988

Color information

#5F7988 (or 0x5F7988) is unknown color: approx Lynch. HEX triplet: 5F, 79 and 88. RGB value is (95,121,136). Sum of RGB (Red+Green+Blue) = 95+121+136=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 136 - color contains mainly: blue. Hex color #5F7988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7988 is #A08677. Grayscale: #727272. Windows color (decimal): -10520184 or 8943967. OLE color: 8943967.

HSL color Cylindrical-coordinate representation of color #5F7988: hue angle of 201.95º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F7988 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB95121136-
CMYK0.300.1100.47
HSL201.95º17.75%45.29%-
HSV(B)201.95º30.15%53.33%-
XYZ1617.8925.9-
YUV114.94139.89113.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.99%
GREEN value IS 121 (47.66% from 255) = 34.38%
BLUE value IS 136 (53.52% from 255) = 38.64%
R=26.99%
G=34.38%
B=38.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal951211360.300.1100.47201.9517.7545.29
Hex5F79881EB02Fca122d
Octal13717121036130573122255
Binary101111111110011000100011110101101011111100101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,121,136); }

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

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

 a { background-color: rgb(95,121,136); }

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

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

 span { border-color: rgb(95,121,136); }

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