Html Css Color HEX #523D65 Honey Flower

📋 copy color: '#523D65'

red 82 ◦ green 61 ◦ blue 101

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

Shades of Honey Flower #523D65

Tints of Honey Flower #523D65

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25%

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

R = 33.61%
G = 25%
B = 41.39%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#523D65 (or 0x523D65) is known color: Honey Flower. HEX triplet: 52, 3D and 65. RGB value is (82,61,101). Sum of RGB (Red+Green+Blue) = 82+61+101=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 101 (39.84% from 255 or 41.39% from 244); Max value from RGB is 101 - color contains mainly: blue. Hex color #523D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523D65 is #ADC29A. Grayscale: #474747. Windows color (decimal): -11387547 or 6634834. OLE color: 6634834.

HSL color Cylindrical-coordinate representation of color #523D65: hue angle of 271.5º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #523D65 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 61 101 -
CMYK 0.19 0.40 0 0.60
HSL 271.5º 0.25% 0.32% -
HSV(B) 271.5º 0.4% 0.4% -
XYZ 7.5 6.07 13.09 -
YUV 71.84 144.46 135.25 -
System Red Green Blue C M Y K H S L
Decimal 82 61 101 0.19 0.40 0 0.60 271.5 0.25 0.32
Hex 52 3D 65 13 28 0 3C 110 19 20
Octal 122 75 145 23 50 0 74 420 31 40
Binary 1010010 111101 1100101 10011 101000 0 111100 100010000 11001 100000

Color Harmonies of #523D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D65

Black with #523D65

Text Example


Text Example

White with #523D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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