#5D2677

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

Shades of Honey Flower #5D2677

Tints of Honey Flower #5D2677

Color information

#5D2677 (or 0x5D2677) is unknown color: approx Honey Flower. HEX triplet: 5D, 26 and 77. RGB value is (93,38,119). Sum of RGB (Red+Green+Blue) = 93+38+119=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #5D2677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2677 is #A2D988. Grayscale: #3F3F3F. Windows color (decimal): -10672521 or 7808605. OLE color: 7808605.

HSL color Cylindrical-coordinate representation of color #5D2677: hue angle of 280.74º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D2677 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9338119-
CMYK0.220.6800.53
HSL280.74º51.59%30.78%-
HSV(B)280.74º68.07%46.67%-
XYZ8.545.0517.98-
YUV63.68159.22148.91-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.2%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 119 (46.88% from 255) = 47.6%
R=37.2%
G=15.2%
B=47.6%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93381190.220.6800.53280.7451.5930.78
Hex5D26771644035119341f
Octal13546167261040654316437
Binary10111011001101110111101101000100011010110001100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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