Html Css Color HEX #523369 Honey Flower

📋 copy color: '#523369'

red 82 ◦ green 51 ◦ blue 105

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

Shades of Honey Flower #523369

Tints of Honey Flower #523369

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.43%

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

R = 34.45%
G = 21.43%
B = 44.12%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#523369 (or 0x523369) is known color: Honey Flower. HEX triplet: 52, 33 and 69. RGB value is (82,51,105). Sum of RGB (Red+Green+Blue) = 82+51+105=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #523369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523369 is #ADCC96. Grayscale: #424242. Windows color (decimal): -11390103 or 6894418. OLE color: 6894418.

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

Color convert

RGB 82 51 105 -
CMYK 0.22 0.51 0 0.59
HSL 274.44º 0.35% 0.31% -
HSV(B) 274.44º 0.51% 0.41% -
XYZ 7.21 5.18 13.98 -
YUV 66.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 82 51 105 0.22 0.51 0 0.59 274.44 0.35 0.31
Hex 52 33 69 16 33 0 3B 112 23 1F
Octal 122 63 151 26 63 0 73 422 43 37
Binary 1010010 110011 1101001 10110 110011 0 111011 100010010 100011 11111

Color Harmonies of #523369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523369

Black with #523369

Text Example


Text Example

White with #523369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523369; }

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

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

background-color css

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

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

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

border-color css

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

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

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