Html Css Color HEX #53259F Daisy Bush

📋 copy color: '#53259F'

red 83 ◦ green 37 ◦ blue 159

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

Shades of Daisy Bush #53259F

Tints of Daisy Bush #53259F

RGB

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

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

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

R = 29.75%
G = 13.26%
B = 56.99%

CMYK

 C value IS 0.48

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53259F (or 0x53259F) is known color: Daisy Bush. HEX triplet: 53, 25 and 9F. RGB value is (83,37,159). Sum of RGB (Red+Green+Blue) = 83+37+159=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #53259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53259F is #ACDA60. Grayscale: #404040. Windows color (decimal): -11328097 or 10429779. OLE color: 10429779.

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

Color convert

RGB 83 37 159 -
CMYK 0.48 0.77 0 0.38
HSL 262.62º 0.62% 0.38% -
HSV(B) 262.62º 0.77% 0.62% -
XYZ 10.49 5.67 33.34 -
YUV 64.66 181.24 141.08 -
System Red Green Blue C M Y K H S L
Decimal 83 37 159 0.48 0.77 0 0.38 262.62 0.62 0.38
Hex 53 25 9F 30 4D 0 26 107 3E 26
Octal 123 45 237 60 115 0 46 407 76 46
Binary 1010011 100101 10011111 110000 1001101 0 100110 100000111 111110 100110

Color Harmonies of #53259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53259F

Black with #53259F

Text Example


Text Example

White with #53259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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