Html Css Color HEX #53366A Honey Flower

📋 copy color: '#53366A'

red 83 ◦ green 54 ◦ blue 106

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

Shades of Honey Flower #53366A

Tints of Honey Flower #53366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.22%

 BLUE value IS 106 (41.8% from 255) = 43.62%

R = 34.16%
G = 22.22%
B = 43.62%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53366A (or 0x53366A) is known color: Honey Flower. HEX triplet: 53, 36 and 6A. RGB value is (83,54,106). Sum of RGB (Red+Green+Blue) = 83+54+106=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 106 (41.80% from 255 or 43.62% from 243); Max value from RGB is 106 - color contains mainly: blue. Hex color #53366A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53366A is #ACC995. Grayscale: #444444. Windows color (decimal): -11323798 or 6960723. OLE color: 6960723.

HSL color Cylindrical-coordinate representation of color #53366A: hue angle of 273.46º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53366A is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 83 54 106 -
CMYK 0.22 0.49 0 0.58
HSL 273.46º 0.33% 0.31% -
HSV(B) 273.46º 0.49% 0.42% -
XYZ 7.49 5.52 14.31 -
YUV 68.6 149.11 138.27 -
System Red Green Blue C M Y K H S L
Decimal 83 54 106 0.22 0.49 0 0.58 273.46 0.33 0.31
Hex 53 36 6A 16 31 0 3A 111 20 1F
Octal 123 66 152 26 61 0 72 421 40 37
Binary 1010011 110110 1101010 10110 110001 0 111010 100010001 100000 11111

Color Harmonies of #53366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53366A

Black with #53366A

Text Example


Text Example

White with #53366A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53366A; }

 p { color: rgb(83,54,106); }

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

background-color css

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

 a { background-color: rgb(83,54,106); }

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

border-color css

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

 span { border-color: rgb(83,54,106); }

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