Html Css Color HEX #523965 Honey Flower

📋 copy color: '#523965'

red 82 ◦ green 57 ◦ blue 101

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

Shades of Honey Flower #523965

Tints of Honey Flower #523965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 42.08%

R = 34.17%
G = 23.75%
B = 42.08%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#523965 (or 0x523965) is known color: Honey Flower. HEX triplet: 52, 39 and 65. RGB value is (82,57,101). Sum of RGB (Red+Green+Blue) = 82+57+101=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 101 - color contains mainly: blue. Hex color #523965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523965 is #ADC69A. Grayscale: #454545. Windows color (decimal): -11388571 or 6633810. OLE color: 6633810.

HSL color Cylindrical-coordinate representation of color #523965: hue angle of 274.09º 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 #523965 is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 57 101 -
CMYK 0.19 0.44 0 0.60
HSL 274.09º 0.28% 0.31% -
HSV(B) 274.09º 0.44% 0.4% -
XYZ 7.29 5.66 13.02 -
YUV 69.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 82 57 101 0.19 0.44 0 0.60 274.09 0.28 0.31
Hex 52 39 65 13 2C 0 3C 112 1C 1F
Octal 122 71 145 23 54 0 74 422 34 37
Binary 1010010 111001 1100101 10011 101100 0 111100 100010010 11100 11111

Color Harmonies of #523965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523965

Black with #523965

Text Example


Text Example

White with #523965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523965; }

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

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

background-color css

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

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

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

border-color css

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

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

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