#5D425E

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

Shades of Bossanova #5D425E

Tints of Bossanova #5D425E

Color information

#5D425E (or 0x5D425E) is unknown color: approx Bossanova. HEX triplet: 5D, 42 and 5E. RGB value is (93,66,94). Sum of RGB (Red+Green+Blue) = 93+66+94=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 94 (37.11% from 255 or 37.15% from 253); Max value from RGB is 94 - color contains mainly: blue. Hex color #5D425E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D425E is #A2BDA1. Grayscale: #4D4D4D. Windows color (decimal): -10665378 or 6177373. OLE color: 6177373.

HSL color Cylindrical-coordinate representation of color #5D425E: hue angle of 297.86º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5D425E is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB936694-
CMYK0.010.3000.63
HSL297.86º17.5%31.37%-
HSV(B)297.86º29.79%36.86%-
XYZ8.487.0311.5-
YUV77.26137.45139.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 36.76%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 94 (37.11% from 255) = 37.15%
R=36.76%
G=26.09%
B=37.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9366940.010.3000.63297.8617.531.37
Hex5D425E11E03F12a111f
Octal1351021361360774522137
Binary10111011000010101111011111001111111001010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,66,94); }

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

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

 a { background-color: rgb(93,66,94); }

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

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

 span { border-color: rgb(93,66,94); }

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