Html Css Color HEX #522C69 Honey Flower

📋 copy color: '#522C69'

red 82 ◦ green 44 ◦ blue 105

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

Shades of Honey Flower #522C69

Tints of Honey Flower #522C69

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.05%

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

R = 35.5%
G = 19.05%
B = 45.45%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#522C69 (or 0x522C69) is known color: Honey Flower. HEX triplet: 52, 2C and 69. RGB value is (82,44,105). Sum of RGB (Red+Green+Blue) = 82+44+105=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 105 (41.41% from 255 or 45.45% from 231); Max value from RGB is 105 - color contains mainly: blue. Hex color #522C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C69 is #ADD396. Grayscale: #3E3E3E. Windows color (decimal): -11391895 or 6892626. OLE color: 6892626.

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

Color convert

RGB 82 44 105 -
CMYK 0.22 0.58 0 0.59
HSL 277.38º 0.41% 0.29% -
HSV(B) 277.38º 0.58% 0.41% -
XYZ 6.93 4.62 13.89 -
YUV 62.32 152.09 142.04 -
System Red Green Blue C M Y K H S L
Decimal 82 44 105 0.22 0.58 0 0.59 277.38 0.41 0.29
Hex 52 2C 69 16 3A 0 3B 115 29 1D
Octal 122 54 151 26 72 0 73 425 51 35
Binary 1010010 101100 1101001 10110 111010 0 111011 100010101 101001 11101

Color Harmonies of #522C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522C69

Black with #522C69

Text Example


Text Example

White with #522C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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