Html Css Color HEX #53326B Honey Flower

📋 copy color: '#53326B'

red 83 ◦ green 50 ◦ blue 107

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

Shades of Honey Flower #53326B

Tints of Honey Flower #53326B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.83%

 BLUE value IS 107 (42.19% from 255) = 44.58%

R = 34.58%
G = 20.83%
B = 44.58%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53326B (or 0x53326B) is known color: Honey Flower. HEX triplet: 53, 32 and 6B. RGB value is (83,50,107). Sum of RGB (Red+Green+Blue) = 83+50+107=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 107 (42.19% from 255 or 44.58% from 240); Max value from RGB is 107 - color contains mainly: blue. Hex color #53326B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53326B is #ACCD94. Grayscale: #424242. Windows color (decimal): -11324821 or 7025235. OLE color: 7025235.

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

Color convert

RGB 83 50 107 -
CMYK 0.22 0.53 0 0.58
HSL 274.74º 0.36% 0.31% -
HSV(B) 274.74º 0.53% 0.42% -
XYZ 7.36 5.18 14.52 -
YUV 66.37 150.93 139.87 -
System Red Green Blue C M Y K H S L
Decimal 83 50 107 0.22 0.53 0 0.58 274.74 0.36 0.31
Hex 53 32 6B 16 35 0 3A 113 24 1F
Octal 123 62 153 26 65 0 72 423 44 37
Binary 1010011 110010 1101011 10110 110101 0 111010 100010011 100100 11111

Color Harmonies of #53326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53326B

Black with #53326B

Text Example


Text Example

White with #53326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53326B; }

 p { color: rgb(83,50,107); }

 H1.HeaderClassName
 {
   color: #53326B;
 }
 .AnyTagClassName
 {
   color: #53326B;
 }
</style>

background-color css

<style>
 a { background-color: #53326B; }

 a { background-color: rgb(83,50,107); }

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

border-color css

<style>
 span { border-color: #53326B; }

 span { border-color: rgb(83,50,107); }

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