#5D4866

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

Shades of Honey Flower #5D4866

Tints of Honey Flower #5D4866

Color information

#5D4866 (or 0x5D4866) is unknown color: approx Honey Flower. HEX triplet: 5D, 48 and 66. RGB value is (93,72,102). Sum of RGB (Red+Green+Blue) = 93+72+102=267 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.83% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 102 (40.23% from 255 or 38.20% from 267); Max value from RGB is 102 - color contains mainly: blue. Hex color #5D4866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4866 is #A2B799. Grayscale: #515151. Windows color (decimal): -10663834 or 6703197. OLE color: 6703197.

HSL color Cylindrical-coordinate representation of color #5D4866: hue angle of 282º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D4866 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9372102-
CMYK0.090.2900.6
HSL282º17.24%34.12%-
HSV(B)282º29.41%40%-
XYZ9.237.9213.61-
YUV81.7139.46136.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.83%
GREEN value IS 72 (28.52% from 255) = 26.97%
BLUE value IS 102 (40.23% from 255) = 38.20%
R=34.83%
G=26.97%
B=38.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal93721020.090.2900.628217.2434.12
Hex5D486691D03C11a1122
Octal13511014611350744322142
Binary101110110010001100110100111101011110010001101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,72,102); }

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

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

 a { background-color: rgb(93,72,102); }

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

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

 span { border-color: rgb(93,72,102); }

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