Html Css Color HEX #53259A Daisy Bush

📋 copy color: '#53259A'

red 83 ◦ green 37 ◦ blue 154

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

Shades of Daisy Bush #53259A

Tints of Daisy Bush #53259A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.5%

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

R = 30.29%
G = 13.5%
B = 56.2%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#53259A (or 0x53259A) is known color: Daisy Bush. HEX triplet: 53, 25 and 9A. RGB value is (83,37,154). Sum of RGB (Red+Green+Blue) = 83+37+154=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 154 (60.55% from 255 or 56.20% from 274); Max value from RGB is 154 - color contains mainly: blue. Hex color #53259A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53259A is #ACDA65. Grayscale: #3F3F3F. Windows color (decimal): -11328102 or 10102099. OLE color: 10102099.

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

Color convert

RGB 83 37 154 -
CMYK 0.46 0.76 0 0.40
HSL 263.59º 0.61% 0.37% -
HSV(B) 263.59º 0.76% 0.6% -
XYZ 10.06 5.5 31.1 -
YUV 64.09 178.74 141.49 -
System Red Green Blue C M Y K H S L
Decimal 83 37 154 0.46 0.76 0 0.40 263.59 0.61 0.37
Hex 53 25 9A 2E 4C 0 28 108 3D 25
Octal 123 45 232 56 114 0 50 410 75 45
Binary 1010011 100101 10011010 101110 1001100 0 101000 100001000 111101 100101

Color Harmonies of #53259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53259A

Black with #53259A

Text Example


Text Example

White with #53259A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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