#5F2B75

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

Shades of Honey Flower #5F2B75

Tints of Honey Flower #5F2B75

Color information

#5F2B75 (or 0x5F2B75) is unknown color: approx Honey Flower. HEX triplet: 5F, 2B and 75. RGB value is (95,43,117). Sum of RGB (Red+Green+Blue) = 95+43+117=255 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.25% from 255); Green value is 43 (17.19% from 255 or 16.86% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #5F2B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2B75 is #A0D48A. Grayscale: #424242. Windows color (decimal): -10540171 or 7678815. OLE color: 7678815.

HSL color Cylindrical-coordinate representation of color #5F2B75: hue angle of 282.16º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F2B75 is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9543117-
CMYK0.190.6300.54
HSL282.16º46.25%31.37%-
HSV(B)282.16º63.25%45.88%-
XYZ8.795.4517.42-
YUV66.98156.23147.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.25%
GREEN value IS 43 (17.19% from 255) = 16.86%
BLUE value IS 117 (46.09% from 255) = 45.88%
R=37.25%
G=16.86%
B=45.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal95431170.190.6300.54282.1646.2531.37
Hex5F2B75133F03611a2e1f
Octal1375316523770664325637
Binary1011111101011111010110011111111011011010001101010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,43,117); }

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

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

 a { background-color: rgb(95,43,117); }

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

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

 span { border-color: rgb(95,43,117); }

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