Html Css Color HEX #52415F Honey Flower

📋 copy color: '#52415F'

red 82 ◦ green 65 ◦ blue 95

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

Shades of Honey Flower #52415F

Tints of Honey Flower #52415F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.26%

R = 33.88%
G = 26.86%
B = 39.26%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#52415F (or 0x52415F) is known color: Honey Flower. HEX triplet: 52, 41 and 5F. RGB value is (82,65,95). Sum of RGB (Red+Green+Blue) = 82+65+95=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 95 - color contains mainly: blue. Hex color #52415F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52415F is #ADBEA0. Grayscale: #494949. Windows color (decimal): -11386529 or 6242642. OLE color: 6242642.

HSL color Cylindrical-coordinate representation of color #52415F: hue angle of 274º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #52415F is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 65 95 -
CMYK 0.14 0.32 0 0.63
HSL 274º 0.19% 0.31% -
HSV(B) 274º 0.32% 0.37% -
XYZ 7.44 6.4 11.67 -
YUV 73.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 82 65 95 0.14 0.32 0 0.63 274 0.19 0.31
Hex 52 41 5F E 20 0 3F 112 13 1F
Octal 122 101 137 16 40 0 77 422 23 37
Binary 1010010 1000001 1011111 1110 100000 0 111111 100010010 10011 11111

Color Harmonies of #52415F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52415F

Black with #52415F

Text Example


Text Example

White with #52415F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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