Html Css Color HEX #53219F Daisy Bush

📋 copy color: '#53219F'

red 83 ◦ green 33 ◦ blue 159

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

Shades of Daisy Bush #53219F

Tints of Daisy Bush #53219F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12%

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

R = 30.18%
G = 12%
B = 57.82%

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

#53219F (or 0x53219F) is known color: Daisy Bush. HEX triplet: 53, 21 and 9F. RGB value is (83,33,159). Sum of RGB (Red+Green+Blue) = 83+33+159=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 159 (62.5% from 255 or 57.82% from 275); Max value from RGB is 159 - color contains mainly: blue. Hex color #53219F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53219F is #ACDE60. Grayscale: #3D3D3D. Windows color (decimal): -11329121 or 10428755. OLE color: 10428755.

HSL color Cylindrical-coordinate representation of color #53219F: hue angle of 263.81º degrees, saturation: 0.66, 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 #53219F is Cyan = 0.48, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 33 159 -
CMYK 0.48 0.79 0 0.38
HSL 263.81º 0.66% 0.38% -
HSV(B) 263.81º 0.79% 0.62% -
XYZ 10.37 5.43 33.3 -
YUV 62.31 182.57 142.75 -
System Red Green Blue C M Y K H S L
Decimal 83 33 159 0.48 0.79 0 0.38 263.81 0.66 0.38
Hex 53 21 9F 30 4F 0 26 108 42 26
Octal 123 41 237 60 117 0 46 410 102 46
Binary 1010011 100001 10011111 110000 1001111 0 100110 100001000 1000010 100110

Color Harmonies of #53219F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53219F

Black with #53219F

Text Example


Text Example

White with #53219F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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