Html Css Color HEX #523268 Honey Flower

📋 copy color: '#523268'

red 82 ◦ green 50 ◦ blue 104

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

Shades of Honey Flower #523268

Tints of Honey Flower #523268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

 BLUE value IS 104 (41.02% from 255) = 44.07%

R = 34.75%
G = 21.19%
B = 44.07%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#523268 (or 0x523268) is known color: Honey Flower. HEX triplet: 52, 32 and 68. RGB value is (82,50,104). Sum of RGB (Red+Green+Blue) = 82+50+104=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #523268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523268 is #ADCD97. Grayscale: #414141. Windows color (decimal): -11390360 or 6828626. OLE color: 6828626.

HSL color Cylindrical-coordinate representation of color #523268: hue angle of 275.56º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #523268 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 50 104 -
CMYK 0.21 0.52 0 0.59
HSL 275.56º 0.35% 0.3% -
HSV(B) 275.56º 0.52% 0.41% -
XYZ 7.12 5.07 13.7 -
YUV 65.72 149.6 139.61 -
System Red Green Blue C M Y K H S L
Decimal 82 50 104 0.21 0.52 0 0.59 275.56 0.35 0.3
Hex 52 32 68 15 34 0 3B 114 23 1E
Octal 122 62 150 25 64 0 73 424 43 36
Binary 1010010 110010 1101000 10101 110100 0 111011 100010100 100011 11110

Color Harmonies of #523268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523268

Black with #523268

Text Example


Text Example

White with #523268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523268; }

 p { color: rgb(82,50,104); }

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

background-color css

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

 a { background-color: rgb(82,50,104); }

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

border-color css

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

 span { border-color: rgb(82,50,104); }

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