Html Css Color HEX #523966 Honey Flower

📋 copy color: '#523966'

red 82 ◦ green 57 ◦ blue 102

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

Shades of Honey Flower #523966

Tints of Honey Flower #523966

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.65%

 BLUE value IS 102 (40.23% from 255) = 42.32%

R = 34.02%
G = 23.65%
B = 42.32%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#523966 (or 0x523966) is known color: Honey Flower. HEX triplet: 52, 39 and 66. RGB value is (82,57,102). Sum of RGB (Red+Green+Blue) = 82+57+102=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 102 - color contains mainly: blue. Hex color #523966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523966 is #ADC699. Grayscale: #454545. Windows color (decimal): -11388570 or 6699346. OLE color: 6699346.

HSL color Cylindrical-coordinate representation of color #523966: hue angle of 273.33º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #523966 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 57 102 -
CMYK 0.20 0.44 0 0.6
HSL 273.33º 0.28% 0.31% -
HSV(B) 273.33º 0.44% 0.4% -
XYZ 7.34 5.68 13.28 -
YUV 69.61 146.28 136.84 -
System Red Green Blue C M Y K H S L
Decimal 82 57 102 0.20 0.44 0 0.6 273.33 0.28 0.31
Hex 52 39 66 14 2C 0 3C 111 1C 1F
Octal 122 71 146 24 54 0 74 421 34 37
Binary 1010010 111001 1100110 10100 101100 0 111100 100010001 11100 11111

Color Harmonies of #523966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523966

Black with #523966

Text Example


Text Example

White with #523966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523966; }

 p { color: rgb(82,57,102); }

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

background-color css

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

 a { background-color: rgb(82,57,102); }

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

border-color css

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

 span { border-color: rgb(82,57,102); }

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