Html Css Color HEX #5F3272 Honey Flower

📋 copy color: '#5F3272'

red 95 ◦ green 50 ◦ blue 114

#5F3272
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #5F3272

Tints of Honey Flower #5F3272

RGB

 RED value IS 95 (37.5% from 255) = 36.68%

 GREEN value IS 50 (19.92% from 255) = 19.31%

 BLUE value IS 114 (44.92% from 255) = 44.02%

R = 36.68%
G = 19.31%
B = 44.02%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5F3272 (or 0x5F3272) is known color: Honey Flower. HEX triplet: 5F, 32 and 72. RGB value is (95,50,114). Sum of RGB (Red+Green+Blue) = 95+50+114=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 114 - color contains mainly: blue. Hex color #5F3272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3272 is #A0CD8D. Grayscale: #464646. Windows color (decimal): -10538382 or 7483999. OLE color: 7483999.

HSL color Cylindrical-coordinate representation of color #5F3272: hue angle of 282.19º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F3272 is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 50 114 -
CMYK 0.17 0.56 0 0.55
HSL 282.19º 0.39% 0.32% -
HSV(B) 282.19º 0.56% 0.45% -
XYZ 8.9 5.93 16.6 -
YUV 70.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 95 50 114 0.17 0.56 0 0.55 282.19 0.39 0.32
Hex 5F 32 72 11 38 0 37 11A 27 20
Octal 137 62 162 21 70 0 67 432 47 40
Binary 1011111 110010 1110010 10001 111000 0 110111 100011010 100111 100000

Color Harmonies of #5F3272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3272

Black with #5F3272

Text Example


Text Example

White with #5F3272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,50,114); }

 H1.HeaderClassName
 {
   color: #5F3272;
 }
 .AnyTagClassName
 {
   color: #5F3272;
 }
</style>

background-color css

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

 a { background-color: rgb(95,50,114); }

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

border-color css

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

 span { border-color: rgb(95,50,114); }

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