#5D2477

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

Shades of Honey Flower #5D2477

Tints of Honey Flower #5D2477

Color information

#5D2477 (or 0x5D2477) is unknown color: approx Honey Flower. HEX triplet: 5D, 24 and 77. RGB value is (93,36,119). Sum of RGB (Red+Green+Blue) = 93+36+119=248 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.5% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #5D2477 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2477 is #A2DB88. Grayscale: #3E3E3E. Windows color (decimal): -10673033 or 7808093. OLE color: 7808093.

HSL color Cylindrical-coordinate representation of color #5D2477: hue angle of 281.2º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D2477 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9336119-
CMYK0.220.7000.53
HSL281.2º53.55%30.39%-
HSV(B)281.2º69.75%46.67%-
XYZ8.474.9217.96-
YUV62.5159.88149.75-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.5%
GREEN value IS 36 (14.45% from 255) = 14.52%
BLUE value IS 119 (46.88% from 255) = 47.98%
R=37.5%
G=14.52%
B=47.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93361190.220.7000.53281.253.5530.39
Hex5D24771646035119361e
Octal13544167261060654316636
Binary10111011001001110111101101000110011010110001100111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,36,119); }

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

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

 a { background-color: rgb(93,36,119); }

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

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

 span { border-color: rgb(93,36,119); }

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