Html Css Color HEX #523968 Honey Flower

📋 copy color: '#523968'

red 82 ◦ green 57 ◦ blue 104

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

Shades of Honey Flower #523968

Tints of Honey Flower #523968

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.46%

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

R = 33.74%
G = 23.46%
B = 42.8%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#523968 (or 0x523968) is known color: Honey Flower. HEX triplet: 52, 39 and 68. RGB value is (82,57,104). Sum of RGB (Red+Green+Blue) = 82+57+104=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 104 (41.02% from 255 or 42.80% from 243); Max value from RGB is 104 - color contains mainly: blue. Hex color #523968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523968 is #ADC697. Grayscale: #454545. Windows color (decimal): -11388568 or 6830418. OLE color: 6830418.

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

Color convert

RGB 82 57 104 -
CMYK 0.21 0.45 0 0.59
HSL 271.91º 0.29% 0.32% -
HSV(B) 271.91º 0.45% 0.41% -
XYZ 7.44 5.72 13.81 -
YUV 69.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 82 57 104 0.21 0.45 0 0.59 271.91 0.29 0.32
Hex 52 39 68 15 2D 0 3B 110 1D 20
Octal 122 71 150 25 55 0 73 420 35 40
Binary 1010010 111001 1101000 10101 101101 0 111011 100010000 11101 100000

Color Harmonies of #523968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523968

Black with #523968

Text Example


Text Example

White with #523968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523968; }

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

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

background-color css

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

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

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

border-color css

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

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

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