Html Css Color HEX #524160 Honey Flower

📋 copy color: '#524160'

red 82 ◦ green 65 ◦ blue 96

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

Shades of Honey Flower #524160

Tints of Honey Flower #524160

RGB

 RED value IS 82 (32.42% from 255) = 33.74%

 GREEN value IS 65 (25.78% from 255) = 26.75%

 BLUE value IS 96 (37.89% from 255) = 39.51%

R = 33.74%
G = 26.75%
B = 39.51%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#524160 (or 0x524160) is known color: Honey Flower. HEX triplet: 52, 41 and 60. RGB value is (82,65,96). Sum of RGB (Red+Green+Blue) = 82+65+96=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #524160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #524160 is #ADBE9F. Grayscale: #494949. Windows color (decimal): -11386528 or 6308178. OLE color: 6308178.

HSL color Cylindrical-coordinate representation of color #524160: hue angle of 272.9º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #524160 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 65 96 -
CMYK 0.15 0.32 0 0.62
HSL 272.9º 0.19% 0.32% -
HSV(B) 272.9º 0.32% 0.38% -
XYZ 7.48 6.42 11.91 -
YUV 73.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 82 65 96 0.15 0.32 0 0.62 272.9 0.19 0.32
Hex 52 41 60 F 20 0 3E 111 13 20
Octal 122 101 140 17 40 0 76 421 23 40
Binary 1010010 1000001 1100000 1111 100000 0 111110 100010001 10011 100000

Color Harmonies of #524160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524160

Black with #524160

Text Example


Text Example

White with #524160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524160; }

 p { color: rgb(82,65,96); }

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

background-color css

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

 a { background-color: rgb(82,65,96); }

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

border-color css

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

 span { border-color: rgb(82,65,96); }

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