#5D466C

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

Shades of Honey Flower #5D466C

Tints of Honey Flower #5D466C

Color information

#5D466C (or 0x5D466C) is unknown color: approx Honey Flower. HEX triplet: 5D, 46 and 6C. RGB value is (93,70,108). Sum of RGB (Red+Green+Blue) = 93+70+108=271 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.32% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 108 - color contains mainly: blue. Hex color #5D466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D466C is #A2B993. Grayscale: #515151. Windows color (decimal): -10664340 or 7095901. OLE color: 7095901.

HSL color Cylindrical-coordinate representation of color #5D466C: hue angle of 276.32º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D466C is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9370108-
CMYK0.140.3500.58
HSL276.32º21.35%34.9%-
HSV(B)276.32º35.19%42.35%-
XYZ9.417.7915.19-
YUV81.21143.12136.41-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.32%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 108 (42.58% from 255) = 39.85%
R=34.32%
G=25.83%
B=39.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal93701080.140.3500.58276.3221.3534.9
Hex5D466CE2303A1141523
Octal13510615416430724242543
Binary1011101100011011011001110100011011101010001010010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,70,108); }

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

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

 a { background-color: rgb(93,70,108); }

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

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

 span { border-color: rgb(93,70,108); }

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