Html Css Color HEX #53415C Honey Flower

📋 copy color: '#53415C'

red 83 ◦ green 65 ◦ blue 92

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

Shades of Honey Flower #53415C

Tints of Honey Flower #53415C

RGB

 RED value IS 83 (32.81% from 255) = 34.58%

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

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

R = 34.58%
G = 27.08%
B = 38.33%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53415C (or 0x53415C) is known color: Honey Flower. HEX triplet: 53, 41 and 5C. RGB value is (83,65,92). Sum of RGB (Red+Green+Blue) = 83+65+92=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 92 (36.33% from 255 or 38.33% from 240); Max value from RGB is 92 - color contains mainly: blue. Hex color #53415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53415C is #ACBEA3. Grayscale: #494949. Windows color (decimal): -11320996 or 6046035. OLE color: 6046035.

HSL color Cylindrical-coordinate representation of color #53415C: hue angle of 280º 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 #53415C is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 65 92 -
CMYK 0.10 0.29 0 0.64
HSL 280º 0.17% 0.31% -
HSV(B) 280º 0.29% 0.36% -
XYZ 7.39 6.39 10.97 -
YUV 73.46 138.46 134.8 -
System Red Green Blue C M Y K H S L
Decimal 83 65 92 0.10 0.29 0 0.64 280 0.17 0.31
Hex 53 41 5C A 1D 0 40 118 11 1F
Octal 123 101 134 12 35 0 100 430 21 37
Binary 1010011 1000001 1011100 1010 11101 0 1000000 100011000 10001 11111

Color Harmonies of #53415C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53415C

Black with #53415C

Text Example


Text Example

White with #53415C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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