#5D306E

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

Shades of Honey Flower #5D306E

Tints of Honey Flower #5D306E

Color information

#5D306E (or 0x5D306E) is unknown color: approx Honey Flower. HEX triplet: 5D, 30 and 6E. RGB value is (93,48,110). Sum of RGB (Red+Green+Blue) = 93+48+110=251 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.05% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 110 - color contains mainly: blue. Hex color #5D306E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D306E is #A2CF91. Grayscale: #444444. Windows color (decimal): -10669970 or 7221341. OLE color: 7221341.

HSL color Cylindrical-coordinate representation of color #5D306E: hue angle of 283.55º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D306E is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9348110-
CMYK0.150.5600.57
HSL283.55º39.24%30.98%-
HSV(B)283.55º56.36%43.14%-
XYZ8.395.5715.38-
YUV68.52151.41145.46-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.05%
GREEN value IS 48 (19.14% from 255) = 19.12%
BLUE value IS 110 (43.36% from 255) = 43.82%
R=37.05%
G=19.12%
B=43.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal93481100.150.5600.57283.5539.2430.98
Hex5D306EF3803911c271f
Octal1356015617700714344737
Binary101110111000011011101111111000011100110001110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,48,110); }

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

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

 a { background-color: rgb(93,48,110); }

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

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

 span { border-color: rgb(93,48,110); }

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