#5F356A

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

Shades of Honey Flower #5F356A

Tints of Honey Flower #5F356A

Color information

#5F356A (or 0x5F356A) is unknown color: approx Honey Flower. HEX triplet: 5F, 35 and 6A. RGB value is (95,53,106). Sum of RGB (Red+Green+Blue) = 95+53+106=254 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.40% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 106 (41.80% from 255 or 41.73% from 254); Max value from RGB is 106 - color contains mainly: blue. Hex color #5F356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F356A is #A0CA95. Grayscale: #474747. Windows color (decimal): -10537622 or 6960479. OLE color: 6960479.

HSL color Cylindrical-coordinate representation of color #5F356A: hue angle of 287.55º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F356A is Cyan = 0.10, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9553106-
CMYK0.100.500.58
HSL287.55º33.33%31.18%-
HSV(B)287.55º50%41.57%-
XYZ8.596.0214.34-
YUV71.6147.41144.69-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.40%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 106 (41.80% from 255) = 41.73%
R=37.40%
G=20.87%
B=41.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95531060.100.500.58287.5533.3331.18
Hex5F356AA3203A120211f
Octal1376515212620724404137
Binary101111111010111010101010110010011101010010000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,53,106); }

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

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

 a { background-color: rgb(95,53,106); }

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

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

 span { border-color: rgb(95,53,106); }

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