#5D2375

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

Shades of Honey Flower #5D2375

Tints of Honey Flower #5D2375

Color information

#5D2375 (or 0x5D2375) is unknown color: approx Honey Flower. HEX triplet: 5D, 23 and 75. RGB value is (93,35,117). Sum of RGB (Red+Green+Blue) = 93+35+117=245 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.96% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #5D2375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2375 is #A2DC8A. Grayscale: #3D3D3D. Windows color (decimal): -10673291 or 7676765. OLE color: 7676765.

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

Color convert

RGB9335117-
CMYK0.210.7000.54
HSL282.44º53.95%29.8%-
HSV(B)282.44º70.09%45.88%-
XYZ8.334.8117.32-
YUV61.69159.22150.33-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.96%
GREEN value IS 35 (14.06% from 255) = 14.29%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=37.96%
G=14.29%
B=47.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal93351170.210.7000.54282.4453.9529.8
Hex5D2375154603611a361e
Octal13543165251060664326636
Binary10111011000111110101101011000110011011010001101011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,35,117); }

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

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

 a { background-color: rgb(93,35,117); }

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

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

 span { border-color: rgb(93,35,117); }

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