Html Css Color HEX #53229F Daisy Bush

📋 copy color: '#53229F'

red 83 ◦ green 34 ◦ blue 159

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

Shades of Daisy Bush #53229F

Tints of Daisy Bush #53229F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.32%

 BLUE value IS 159 (62.5% from 255) = 57.61%

R = 30.07%
G = 12.32%
B = 57.61%

CMYK

 C value IS 0.48

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53229F (or 0x53229F) is known color: Daisy Bush. HEX triplet: 53, 22 and 9F. RGB value is (83,34,159). Sum of RGB (Red+Green+Blue) = 83+34+159=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 34 (13.67% from 255 or 12.32% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #53229F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53229F is #ACDD60. Grayscale: #3E3E3E. Windows color (decimal): -11328865 or 10429011. OLE color: 10429011.

HSL color Cylindrical-coordinate representation of color #53229F: hue angle of 263.52º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #53229F is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 34 159 -
CMYK 0.48 0.79 0 0.38
HSL 263.52º 0.65% 0.38% -
HSV(B) 263.52º 0.79% 0.62% -
XYZ 10.4 5.49 33.31 -
YUV 62.9 182.23 142.34 -
System Red Green Blue C M Y K H S L
Decimal 83 34 159 0.48 0.79 0 0.38 263.52 0.65 0.38
Hex 53 22 9F 30 4F 0 26 108 41 26
Octal 123 42 237 60 117 0 46 410 101 46
Binary 1010011 100010 10011111 110000 1001111 0 100110 100001000 1000001 100110

Color Harmonies of #53229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53229F

Black with #53229F

Text Example


Text Example

White with #53229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53229F; }

 p { color: rgb(83,34,159); }

 H1.HeaderClassName
 {
   color: #53229F;
 }
 .AnyTagClassName
 {
   color: #53229F;
 }
</style>

background-color css

<style>
 a { background-color: #53229F; }

 a { background-color: rgb(83,34,159); }

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

border-color css

<style>
 span { border-color: #53229F; }

 span { border-color: rgb(83,34,159); }

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