#5D3F6C

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

Shades of Honey Flower #5D3F6C

Tints of Honey Flower #5D3F6C

Color information

#5D3F6C (or 0x5D3F6C) is unknown color: approx Honey Flower. HEX triplet: 5D, 3F and 6C. RGB value is (93,63,108). Sum of RGB (Red+Green+Blue) = 93+63+108=264 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.23% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 108 - color contains mainly: blue. Hex color #5D3F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D3F6C is #A2C093. Grayscale: #4C4C4C. Windows color (decimal): -10666132 or 7094109. OLE color: 7094109.

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

Color convert

RGB9363108-
CMYK0.140.4200.58
HSL280º26.32%33.53%-
HSV(B)280º41.67%42.35%-
XYZ96.9615.06-
YUV77.1145.44139.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.23%
GREEN value IS 63 (25% from 255) = 23.86%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=35.23%
G=23.86%
B=40.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal93631080.140.4200.5828026.3233.53
Hex5D3F6CE2A03A1181a22
Octal1357715416520724303242
Binary101110111111111011001110101010011101010001100011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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