Html Css Color HEX #5F3274 Honey Flower

📋 copy color: '#5F3274'

red 95 ◦ green 50 ◦ blue 116

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

Shades of Honey Flower #5F3274

Tints of Honey Flower #5F3274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.44%

R = 36.4%
G = 19.16%
B = 44.44%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5F3274 (or 0x5F3274) is known color: Honey Flower. HEX triplet: 5F, 32 and 74. RGB value is (95,50,116). Sum of RGB (Red+Green+Blue) = 95+50+116=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 50 (19.92% from 255 or 19.16% from 261); Blue value is 116 (45.70% from 255 or 44.44% from 261); Max value from RGB is 116 - color contains mainly: blue. Hex color #5F3274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3274 is #A0CD8B. Grayscale: #464646. Windows color (decimal): -10538380 or 7615071. OLE color: 7615071.

HSL color Cylindrical-coordinate representation of color #5F3274: hue angle of 280.91º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F3274 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 50 116 -
CMYK 0.18 0.57 0 0.55
HSL 280.91º 0.4% 0.33% -
HSV(B) 280.91º 0.57% 0.45% -
XYZ 9.01 5.98 17.2 -
YUV 70.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 95 50 116 0.18 0.57 0 0.55 280.91 0.4 0.33
Hex 5F 32 74 12 39 0 37 119 28 21
Octal 137 62 164 22 71 0 67 431 50 41
Binary 1011111 110010 1110100 10010 111001 0 110111 100011001 101000 100001

Color Harmonies of #5F3274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3274

Black with #5F3274

Text Example


Text Example

White with #5F3274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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