Html Css Color HEX #53296A Honey Flower

📋 copy color: '#53296A'

red 83 ◦ green 41 ◦ blue 106

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

Shades of Honey Flower #53296A

Tints of Honey Flower #53296A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.83%

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

R = 36.09%
G = 17.83%
B = 46.09%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#53296A (or 0x53296A) is known color: Honey Flower. HEX triplet: 53, 29 and 6A. RGB value is (83,41,106). Sum of RGB (Red+Green+Blue) = 83+41+106=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 106 - color contains mainly: blue. Hex color #53296A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53296A is #ACD695. Grayscale: #3C3C3C. Windows color (decimal): -11327126 or 6957395. OLE color: 6957395.

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

Color convert

RGB 83 41 106 -
CMYK 0.22 0.61 0 0.58
HSL 278.77º 0.44% 0.29% -
HSV(B) 278.77º 0.61% 0.42% -
XYZ 6.96 4.47 14.13 -
YUV 60.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 83 41 106 0.22 0.61 0 0.58 278.77 0.44 0.29
Hex 53 29 6A 16 3D 0 3A 117 2C 1D
Octal 123 51 152 26 75 0 72 427 54 35
Binary 1010011 101001 1101010 10110 111101 0 111010 100010111 101100 11101

Color Harmonies of #53296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53296A

Black with #53296A

Text Example


Text Example

White with #53296A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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