#5F306D

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

Shades of Honey Flower #5F306D

Tints of Honey Flower #5F306D

Color information

#5F306D (or 0x5F306D) is unknown color: approx Honey Flower. HEX triplet: 5F, 30 and 6D. RGB value is (95,48,109). Sum of RGB (Red+Green+Blue) = 95+48+109=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 109 - color contains mainly: blue. Hex color #5F306D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F306D is #A0CF92. Grayscale: #444444. Windows color (decimal): -10538899 or 7155807. OLE color: 7155807.

HSL color Cylindrical-coordinate representation of color #5F306D: hue angle of 286.23º 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 #5F306D is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9548109-
CMYK0.130.5600.57
HSL286.23º38.85%30.78%-
HSV(B)286.23º55.96%42.75%-
XYZ8.545.6515.11-
YUV69.01150.57146.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.70%
GREEN value IS 48 (19.14% from 255) = 19.05%
BLUE value IS 109 (42.97% from 255) = 43.25%
R=37.70%
G=19.05%
B=43.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal95481090.130.5600.57286.2338.8530.78
Hex5F306DD3803911e271f
Octal1376015515700714364737
Binary101111111000011011011101111000011100110001111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,48,109); }

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

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

 a { background-color: rgb(95,48,109); }

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

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

 span { border-color: rgb(95,48,109); }

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