Html Css Color HEX #53366D Honey Flower

📋 copy color: '#53366D'

red 83 ◦ green 54 ◦ blue 109

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

Shades of Honey Flower #53366D

Tints of Honey Flower #53366D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 44.31%

R = 33.74%
G = 21.95%
B = 44.31%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#53366D (or 0x53366D) is known color: Honey Flower. HEX triplet: 53, 36 and 6D. RGB value is (83,54,109). Sum of RGB (Red+Green+Blue) = 83+54+109=246 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.74% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 109 - color contains mainly: blue. Hex color #53366D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53366D is #ACC992. Grayscale: #444444. Windows color (decimal): -11323795 or 7157331. OLE color: 7157331.

HSL color Cylindrical-coordinate representation of color #53366D: hue angle of 271.64º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #53366D is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 83 54 109 -
CMYK 0.24 0.50 0 0.57
HSL 271.64º 0.34% 0.32% -
HSV(B) 271.64º 0.5% 0.43% -
XYZ 7.65 5.58 15.14 -
YUV 68.94 150.61 138.03 -
System Red Green Blue C M Y K H S L
Decimal 83 54 109 0.24 0.50 0 0.57 271.64 0.34 0.32
Hex 53 36 6D 18 32 0 39 110 22 20
Octal 123 66 155 30 62 0 71 420 42 40
Binary 1010011 110110 1101101 11000 110010 0 111001 100010000 100010 100000

Color Harmonies of #53366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53366D

Black with #53366D

Text Example


Text Example

White with #53366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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