Html Css Color HEX #5F4472 Honey Flower

📋 copy color: '#5F4472'

red 95 ◦ green 68 ◦ blue 114

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

Shades of Honey Flower #5F4472

Tints of Honey Flower #5F4472

RGB

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

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

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

R = 34.3%
G = 24.55%
B = 41.16%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5F4472 (or 0x5F4472) is known color: Honey Flower. HEX triplet: 5F, 44 and 72. RGB value is (95,68,114). Sum of RGB (Red+Green+Blue) = 95+68+114=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 114 (44.92% from 255 or 41.16% from 277); Max value from RGB is 114 - color contains mainly: blue. Hex color #5F4472 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4472 is #A0BB8D. Grayscale: #515151. Windows color (decimal): -10533774 or 7488607. OLE color: 7488607.

HSL color Cylindrical-coordinate representation of color #5F4472: hue angle of 275.22º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F4472 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 95 68 114 -
CMYK 0.17 0.40 0 0.55
HSL 275.22º 0.25% 0.36% -
HSV(B) 275.22º 0.4% 0.45% -
XYZ 9.82 7.78 16.9 -
YUV 81.32 146.45 137.76 -
System Red Green Blue C M Y K H S L
Decimal 95 68 114 0.17 0.40 0 0.55 275.22 0.25 0.36
Hex 5F 44 72 11 28 0 37 113 19 24
Octal 137 104 162 21 50 0 67 423 31 44
Binary 1011111 1000100 1110010 10001 101000 0 110111 100010011 11001 100100

Color Harmonies of #5F4472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4472

Black with #5F4472

Text Example


Text Example

White with #5F4472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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