#5B798F

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

Shades of Lynch #5B798F

Tints of Lynch #5B798F

Color information

#5B798F (or 0x5B798F) is unknown color: approx Lynch. HEX triplet: 5B, 79 and 8F. RGB value is (91,121,143). Sum of RGB (Red+Green+Blue) = 91+121+143=355 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.63% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 143 - color contains mainly: blue. Hex color #5B798F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B798F is #A48670. Grayscale: #727272. Windows color (decimal): -10782321 or 9402715. OLE color: 9402715.

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

Color convert

RGB91121143-
CMYK0.360.1500.44
HSL205.38º22.22%45.88%-
HSV(B)205.38º36.36%56.08%-
XYZ16.1117.8828.59-
YUV114.54144.06111.21-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.63%
GREEN value IS 121 (47.66% from 255) = 34.08%
BLUE value IS 143 (56.25% from 255) = 40.28%
R=25.63%
G=34.08%
B=40.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal911211430.360.1500.44205.3822.2245.88
Hex5B798F24F02Ccd162e
Octal13317121744170543152656
Binary1011011111100110001111100100111101011001100110110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,121,143); }

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

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

 a { background-color: rgb(91,121,143); }

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

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

 span { border-color: rgb(91,121,143); }

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