Html Css Color HEX #52415C Honey Flower

📋 copy color: '#52415C'

red 82 ◦ green 65 ◦ blue 92

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

Shades of Honey Flower #52415C

Tints of Honey Flower #52415C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.2%

 BLUE value IS 92 (36.33% from 255) = 38.49%

R = 34.31%
G = 27.2%
B = 38.49%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#52415C (or 0x52415C) is known color: Honey Flower. HEX triplet: 52, 41 and 5C. RGB value is (82,65,92). Sum of RGB (Red+Green+Blue) = 82+65+92=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #52415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52415C is #ADBEA3. Grayscale: #494949. Windows color (decimal): -11386532 or 6046034. OLE color: 6046034.

HSL color Cylindrical-coordinate representation of color #52415C: hue angle of 277.78º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #52415C is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 82 65 92 -
CMYK 0.11 0.29 0 0.64
HSL 277.78º 0.17% 0.31% -
HSV(B) 277.78º 0.29% 0.36% -
XYZ 7.3 6.35 10.97 -
YUV 73.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 82 65 92 0.11 0.29 0 0.64 277.78 0.17 0.31
Hex 52 41 5C B 1D 0 40 116 11 1F
Octal 122 101 134 13 35 0 100 426 21 37
Binary 1010010 1000001 1011100 1011 11101 0 1000000 100010110 10001 11111

Color Harmonies of #52415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52415C

Black with #52415C

Text Example


Text Example

White with #52415C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52415C; }

 p { color: rgb(82,65,92); }

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

background-color css

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

 a { background-color: rgb(82,65,92); }

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

border-color css

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

 span { border-color: rgb(82,65,92); }

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