Html Css Color HEX #523768 Honey Flower

📋 copy color: '#523768'

red 82 ◦ green 55 ◦ blue 104

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

Shades of Honey Flower #523768

Tints of Honey Flower #523768

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.82%

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

R = 34.02%
G = 22.82%
B = 43.15%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#523768 (or 0x523768) is known color: Honey Flower. HEX triplet: 52, 37 and 68. RGB value is (82,55,104). Sum of RGB (Red+Green+Blue) = 82+55+104=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #523768 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523768 is #ADC897. Grayscale: #444444. Windows color (decimal): -11389080 or 6829906. OLE color: 6829906.

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

Color convert

RGB 82 55 104 -
CMYK 0.21 0.47 0 0.59
HSL 273.06º 0.31% 0.31% -
HSV(B) 273.06º 0.47% 0.41% -
XYZ 7.34 5.53 13.78 -
YUV 68.66 147.95 137.52 -
System Red Green Blue C M Y K H S L
Decimal 82 55 104 0.21 0.47 0 0.59 273.06 0.31 0.31
Hex 52 37 68 15 2F 0 3B 111 1F 1F
Octal 122 67 150 25 57 0 73 421 37 37
Binary 1010010 110111 1101000 10101 101111 0 111011 100010001 11111 11111

Color Harmonies of #523768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523768

Black with #523768

Text Example


Text Example

White with #523768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523768; }

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

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

background-color css

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

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

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

border-color css

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

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

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