Html Css Color HEX #5F4375 Honey Flower

📋 copy color: '#5F4375'

red 95 ◦ green 67 ◦ blue 117

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

Shades of Honey Flower #5F4375

Tints of Honey Flower #5F4375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.01%

 BLUE value IS 117 (46.09% from 255) = 41.94%

R = 34.05%
G = 24.01%
B = 41.94%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5F4375 (or 0x5F4375) is known color: Honey Flower. HEX triplet: 5F, 43 and 75. RGB value is (95,67,117). Sum of RGB (Red+Green+Blue) = 95+67+117=279 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.05% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #5F4375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4375 is #A0BC8A. Grayscale: #505050. Windows color (decimal): -10534027 or 7684959. OLE color: 7684959.

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

Color convert

RGB 95 67 117 -
CMYK 0.19 0.43 0 0.54
HSL 273.6º 0.27% 0.36% -
HSV(B) 273.6º 0.43% 0.46% -
XYZ 9.94 7.73 17.8 -
YUV 81.07 148.28 137.93 -
System Red Green Blue C M Y K H S L
Decimal 95 67 117 0.19 0.43 0 0.54 273.6 0.27 0.36
Hex 5F 43 75 13 2B 0 36 112 1B 24
Octal 137 103 165 23 53 0 66 422 33 44
Binary 1011111 1000011 1110101 10011 101011 0 110110 100010010 11011 100100

Color Harmonies of #5F4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4375

Black with #5F4375

Text Example


Text Example

White with #5F4375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,67,117); }

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

background-color css

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

 a { background-color: rgb(95,67,117); }

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

border-color css

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

 span { border-color: rgb(95,67,117); }

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