#5B7C92

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

Shades of Lynch #5B7C92

Tints of Lynch #5B7C92

Color information

#5B7C92 (or 0x5B7C92) is unknown color: approx Lynch. HEX triplet: 5B, 7C and 92. RGB value is (91,124,146). Sum of RGB (Red+Green+Blue) = 91+124+146=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #5B7C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7C92 is #A4836D. Grayscale: #747474. Windows color (decimal): -10781550 or 9600091. OLE color: 9600091.

HSL color Cylindrical-coordinate representation of color #5B7C92: hue angle of 204º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B7C92 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB91124146-
CMYK0.380.1500.43
HSL204º23.21%46.47%-
HSV(B)204º37.67%57.25%-
XYZ16.7118.7129.93-
YUV116.64144.57109.71-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.21%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 146 (57.42% from 255) = 40.44%
R=25.21%
G=34.35%
B=40.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal911241460.380.1500.4320423.2146.47
Hex5B7C9226F02Bcc172e
Octal13317422246170533142756
Binary1011011111110010010010100110111101010111100110010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,124,146); }

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

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

 a { background-color: rgb(91,124,146); }

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

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

 span { border-color: rgb(91,124,146); }

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