Html Css Color HEX #523269 Honey Flower

📋 copy color: '#523269'

red 82 ◦ green 50 ◦ blue 105

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

Shades of Honey Flower #523269

Tints of Honey Flower #523269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.3%

R = 34.6%
G = 21.1%
B = 44.3%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#523269 (or 0x523269) is known color: Honey Flower. HEX triplet: 52, 32 and 69. RGB value is (82,50,105). Sum of RGB (Red+Green+Blue) = 82+50+105=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 50 (19.92% from 255 or 21.10% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 105 - color contains mainly: blue. Hex color #523269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523269 is #ADCD96. Grayscale: #414141. Windows color (decimal): -11390359 or 6894162. OLE color: 6894162.

HSL color Cylindrical-coordinate representation of color #523269: hue angle of 274.91º 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 #523269 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 50 105 -
CMYK 0.22 0.52 0 0.59
HSL 274.91º 0.35% 0.3% -
HSV(B) 274.91º 0.52% 0.41% -
XYZ 7.17 5.09 13.97 -
YUV 65.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 82 50 105 0.22 0.52 0 0.59 274.91 0.35 0.3
Hex 52 32 69 16 34 0 3B 113 23 1E
Octal 122 62 151 26 64 0 73 423 43 36
Binary 1010010 110010 1101001 10110 110100 0 111011 100010011 100011 11110

Color Harmonies of #523269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523269

Black with #523269

Text Example


Text Example

White with #523269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523269; }

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

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

background-color css

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

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

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

border-color css

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

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

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