Html Css Color HEX #5F4476 Honey Flower

📋 copy color: '#5F4476'

red 95 ◦ green 68 ◦ blue 118

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

Shades of Honey Flower #5F4476

Tints of Honey Flower #5F4476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.2%

 BLUE value IS 118 (46.48% from 255) = 41.99%

R = 33.81%
G = 24.2%
B = 41.99%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5F4476 (or 0x5F4476) is known color: Honey Flower. HEX triplet: 5F, 44 and 76. RGB value is (95,68,118). Sum of RGB (Red+Green+Blue) = 95+68+118=281 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.81% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 118 - color contains mainly: blue. Hex color #5F4476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4476 is #A0BB89. Grayscale: #515151. Windows color (decimal): -10533770 or 7750751. OLE color: 7750751.

HSL color Cylindrical-coordinate representation of color #5F4476: hue angle of 272.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F4476 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 95 68 118 -
CMYK 0.19 0.42 0 0.54
HSL 272.4º 0.27% 0.36% -
HSV(B) 272.4º 0.42% 0.46% -
XYZ 10.06 7.88 18.13 -
YUV 81.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 95 68 118 0.19 0.42 0 0.54 272.4 0.27 0.36
Hex 5F 44 76 13 2A 0 36 110 1B 24
Octal 137 104 166 23 52 0 66 420 33 44
Binary 1011111 1000100 1110110 10011 101010 0 110110 100010000 11011 100100

Color Harmonies of #5F4476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4476

Black with #5F4476

Text Example


Text Example

White with #5F4476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,68,118); }

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

background-color css

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

 a { background-color: rgb(95,68,118); }

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

border-color css

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

 span { border-color: rgb(95,68,118); }

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