Html Css Color HEX #522D69 Honey Flower

📋 copy color: '#522D69'

red 82 ◦ green 45 ◦ blue 105

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

Shades of Honey Flower #522D69

Tints of Honey Flower #522D69

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.4%

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

R = 35.34%
G = 19.4%
B = 45.26%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#522D69 (or 0x522D69) is known color: Honey Flower. HEX triplet: 52, 2D and 69. RGB value is (82,45,105). Sum of RGB (Red+Green+Blue) = 82+45+105=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 105 (41.41% from 255 or 45.26% from 232); Max value from RGB is 105 - color contains mainly: blue. Hex color #522D69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522D69 is #ADD296. Grayscale: #3E3E3E. Windows color (decimal): -11391639 or 6892882. OLE color: 6892882.

HSL color Cylindrical-coordinate representation of color #522D69: hue angle of 277º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #522D69 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 45 105 -
CMYK 0.22 0.57 0 0.59
HSL 277º 0.4% 0.29% -
HSV(B) 277º 0.57% 0.41% -
XYZ 6.97 4.69 13.9 -
YUV 62.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 82 45 105 0.22 0.57 0 0.59 277 0.4 0.29
Hex 52 2D 69 16 39 0 3B 115 28 1D
Octal 122 55 151 26 71 0 73 425 50 35
Binary 1010010 101101 1101001 10110 111001 0 111011 100010101 101000 11101

Color Harmonies of #522D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522D69

Black with #522D69

Text Example


Text Example

White with #522D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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