Html Css Color HEX #53349A Daisy Bush

📋 copy color: '#53349A'

red 83 ◦ green 52 ◦ blue 154

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

Shades of Daisy Bush #53349A

Tints of Daisy Bush #53349A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

 BLUE value IS 154 (60.55% from 255) = 53.29%

R = 28.72%
G = 17.99%
B = 53.29%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#53349A (or 0x53349A) is known color: Daisy Bush. HEX triplet: 53, 34 and 9A. RGB value is (83,52,154). Sum of RGB (Red+Green+Blue) = 83+52+154=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 154 (60.55% from 255 or 53.29% from 289); Max value from RGB is 154 - color contains mainly: blue. Hex color #53349A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53349A is #ACCB65. Grayscale: #484848. Windows color (decimal): -11324262 or 10105939. OLE color: 10105939.

HSL color Cylindrical-coordinate representation of color #53349A: hue angle of 258.24º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53349A is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 52 154 -
CMYK 0.46 0.66 0 0.40
HSL 258.24º 0.5% 0.4% -
HSV(B) 258.24º 0.66% 0.6% -
XYZ 10.63 6.63 31.29 -
YUV 72.9 173.77 135.21 -
System Red Green Blue C M Y K H S L
Decimal 83 52 154 0.46 0.66 0 0.40 258.24 0.5 0.4
Hex 53 34 9A 2E 42 0 28 102 32 28
Octal 123 64 232 56 102 0 50 402 62 50
Binary 1010011 110100 10011010 101110 1000010 0 101000 100000010 110010 101000

Color Harmonies of #53349A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53349A

Black with #53349A

Text Example


Text Example

White with #53349A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,52,154); }

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

background-color css

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

 a { background-color: rgb(83,52,154); }

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

border-color css

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

 span { border-color: rgb(83,52,154); }

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