Html Css Color HEX #523669 Honey Flower

📋 copy color: '#523669'

red 82 ◦ green 54 ◦ blue 105

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

Shades of Honey Flower #523669

Tints of Honey Flower #523669

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

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

R = 34.02%
G = 22.41%
B = 43.57%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#523669 (or 0x523669) is known color: Honey Flower. HEX triplet: 52, 36 and 69. RGB value is (82,54,105). Sum of RGB (Red+Green+Blue) = 82+54+105=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #523669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523669 is #ADC996. Grayscale: #444444. Windows color (decimal): -11389335 or 6895186. OLE color: 6895186.

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

Color convert

RGB 82 54 105 -
CMYK 0.22 0.49 0 0.59
HSL 272.94º 0.32% 0.31% -
HSV(B) 272.94º 0.49% 0.41% -
XYZ 7.35 5.45 14.03 -
YUV 68.19 148.78 137.85 -
System Red Green Blue C M Y K H S L
Decimal 82 54 105 0.22 0.49 0 0.59 272.94 0.32 0.31
Hex 52 36 69 16 31 0 3B 111 20 1F
Octal 122 66 151 26 61 0 73 421 40 37
Binary 1010010 110110 1101001 10110 110001 0 111011 100010001 100000 11111

Color Harmonies of #523669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523669

Black with #523669

Text Example


Text Example

White with #523669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523669; }

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

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

background-color css

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

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

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

border-color css

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

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

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