Html Css Color HEX #5F4A74 Honey Flower

📋 copy color: '#5F4A74'

red 95 ◦ green 74 ◦ blue 116

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

Shades of Honey Flower #5F4A74

Tints of Honey Flower #5F4A74

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.96%

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

R = 33.33%
G = 25.96%
B = 40.7%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5F4A74 (or 0x5F4A74) is known color: Honey Flower. HEX triplet: 5F, 4A and 74. RGB value is (95,74,116). Sum of RGB (Red+Green+Blue) = 95+74+116=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 116 (45.70% from 255 or 40.70% from 285); Max value from RGB is 116 - color contains mainly: blue. Hex color #5F4A74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4A74 is #A0B58B. Grayscale: #545454. Windows color (decimal): -10532236 or 7621215. OLE color: 7621215.

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

Color convert

RGB 95 74 116 -
CMYK 0.18 0.36 0 0.55
HSL 270º 0.22% 0.37% -
HSV(B) 270º 0.36% 0.45% -
XYZ 10.32 8.59 17.64 -
YUV 85.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 95 74 116 0.18 0.36 0 0.55 270 0.22 0.37
Hex 5F 4A 74 12 24 0 37 10E 16 25
Octal 137 112 164 22 44 0 67 416 26 45
Binary 1011111 1001010 1110100 10010 100100 0 110111 100001110 10110 100101

Color Harmonies of #5F4A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4A74

Black with #5F4A74

Text Example


Text Example

White with #5F4A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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