#5b7588

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

Shades of Lynch #5B7588

Tints of Lynch #5B7588

Color information

#5B7588 (or 0x5B7588) is unknown color: approx Lynch. HEX triplet: 5B, 75 and 88. RGB value is (91,117,136). Sum of RGB (Red+Green+Blue) = 91+117+136=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 136 - color contains mainly: blue. Hex color #5B7588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B7588 is #A48A77. Grayscale: #6F6F6F. Windows color (decimal): -10783352 or 8942939. OLE color: 8942939.

HSL color Cylindrical-coordinate representation of color #5B7588: hue angle of 205.33º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5B7588 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB91117136-
CMYK0.330.1400.47
HSL205.33º19.82%44.51%-
HSV(B)205.33º33.09%53.33%-
XYZ15.1216.7225.72-
YUV111.39141.89113.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 26.45%
GREEN value IS 117 (46.09% from 255) = 34.01%
BLUE value IS 136 (53.52% from 255) = 39.53%
R=26.45%
G=34.01%
B=39.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal911171360.330.1400.47205.3319.8244.51
Hex5B758821E02Fcd142d
Octal13316521041160573152455
Binary1011011111010110001000100001111001011111100110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5b7588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,117,136); }

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

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

 a { background-color: rgb(91,117,136); }

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

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

 span { border-color: rgb(91,117,136); }

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