Html Css Color HEX #53326C Honey Flower

📋 copy color: '#53326C'

red 83 ◦ green 50 ◦ blue 108

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

Shades of Honey Flower #53326C

Tints of Honey Flower #53326C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 44.81%

R = 34.44%
G = 20.75%
B = 44.81%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53326C (or 0x53326C) is known color: Honey Flower. HEX triplet: 53, 32 and 6C. RGB value is (83,50,108). Sum of RGB (Red+Green+Blue) = 83+50+108=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #53326C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53326C is #ACCD93. Grayscale: #424242. Windows color (decimal): -11324820 or 7090771. OLE color: 7090771.

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

Color convert

RGB 83 50 108 -
CMYK 0.23 0.54 0 0.58
HSL 274.14º 0.37% 0.31% -
HSV(B) 274.14º 0.54% 0.42% -
XYZ 7.41 5.2 14.8 -
YUV 66.48 151.43 139.78 -
System Red Green Blue C M Y K H S L
Decimal 83 50 108 0.23 0.54 0 0.58 274.14 0.37 0.31
Hex 53 32 6C 17 36 0 3A 112 25 1F
Octal 123 62 154 27 66 0 72 422 45 37
Binary 1010011 110010 1101100 10111 110110 0 111010 100010010 100101 11111

Color Harmonies of #53326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53326C

Black with #53326C

Text Example


Text Example

White with #53326C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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