Html Css Color HEX #53289F Daisy Bush

📋 copy color: '#53289F'

red 83 ◦ green 40 ◦ blue 159

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

Shades of Daisy Bush #53289F

Tints of Daisy Bush #53289F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.18%

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

R = 29.43%
G = 14.18%
B = 56.38%

CMYK

 C value IS 0.48

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53289F (or 0x53289F) is known color: Daisy Bush. HEX triplet: 53, 28 and 9F. RGB value is (83,40,159). Sum of RGB (Red+Green+Blue) = 83+40+159=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #53289F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53289F is #ACD760. Grayscale: #414141. Windows color (decimal): -11327329 or 10430547. OLE color: 10430547.

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

Color convert

RGB 83 40 159 -
CMYK 0.48 0.75 0 0.38
HSL 261.68º 0.6% 0.39% -
HSV(B) 261.68º 0.75% 0.62% -
XYZ 10.58 5.86 33.37 -
YUV 66.42 180.25 139.82 -
System Red Green Blue C M Y K H S L
Decimal 83 40 159 0.48 0.75 0 0.38 261.68 0.6 0.39
Hex 53 28 9F 30 4B 0 26 106 3C 27
Octal 123 50 237 60 113 0 46 406 74 47
Binary 1010011 101000 10011111 110000 1001011 0 100110 100000110 111100 100111

Color Harmonies of #53289F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53289F

Black with #53289F

Text Example


Text Example

White with #53289F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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