Html Css Color HEX #523568 Honey Flower

📋 copy color: '#523568'

red 82 ◦ green 53 ◦ blue 104

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

Shades of Honey Flower #523568

Tints of Honey Flower #523568

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.18%

 BLUE value IS 104 (41.02% from 255) = 43.51%

R = 34.31%
G = 22.18%
B = 43.51%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#523568 (or 0x523568) is known color: Honey Flower. HEX triplet: 52, 35 and 68. RGB value is (82,53,104). Sum of RGB (Red+Green+Blue) = 82+53+104=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #523568 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523568 is #ADCA97. Grayscale: #434343. Windows color (decimal): -11389592 or 6829394. OLE color: 6829394.

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

Color convert

RGB 82 53 104 -
CMYK 0.21 0.49 0 0.59
HSL 274.12º 0.32% 0.31% -
HSV(B) 274.12º 0.49% 0.41% -
XYZ 7.25 5.34 13.75 -
YUV 67.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 82 53 104 0.21 0.49 0 0.59 274.12 0.32 0.31
Hex 52 35 68 15 31 0 3B 112 20 1F
Octal 122 65 150 25 61 0 73 422 40 37
Binary 1010010 110101 1101000 10101 110001 0 111011 100010010 100000 11111

Color Harmonies of #523568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523568

Black with #523568

Text Example


Text Example

White with #523568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523568; }

 p { color: rgb(82,53,104); }

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

background-color css

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

 a { background-color: rgb(82,53,104); }

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

border-color css

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

 span { border-color: rgb(82,53,104); }

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