Html Css Color HEX #53249A Daisy Bush

📋 copy color: '#53249A'

red 83 ◦ green 36 ◦ blue 154

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

Shades of Daisy Bush #53249A

Tints of Daisy Bush #53249A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.19%

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

R = 30.4%
G = 13.19%
B = 56.41%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#53249A (or 0x53249A) is known color: Daisy Bush. HEX triplet: 53, 24 and 9A. RGB value is (83,36,154). Sum of RGB (Red+Green+Blue) = 83+36+154=273 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.40% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #53249A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53249A is #ACDB65. Grayscale: #3F3F3F. Windows color (decimal): -11328358 or 10101843. OLE color: 10101843.

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

Color convert

RGB 83 36 154 -
CMYK 0.46 0.77 0 0.40
HSL 263.9º 0.62% 0.37% -
HSV(B) 263.9º 0.77% 0.6% -
XYZ 10.03 5.43 31.09 -
YUV 63.51 179.07 141.91 -
System Red Green Blue C M Y K H S L
Decimal 83 36 154 0.46 0.77 0 0.40 263.9 0.62 0.37
Hex 53 24 9A 2E 4D 0 28 108 3E 25
Octal 123 44 232 56 115 0 50 410 76 45
Binary 1010011 100100 10011010 101110 1001101 0 101000 100001000 111110 100101

Color Harmonies of #53249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53249A

Black with #53249A

Text Example


Text Example

White with #53249A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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