Html Css Color HEX #53259B Daisy Bush

📋 copy color: '#53259B'

red 83 ◦ green 37 ◦ blue 155

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

Shades of Daisy Bush #53259B

Tints of Daisy Bush #53259B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.36%

R = 30.18%
G = 13.45%
B = 56.36%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53259B (or 0x53259B) is known color: Daisy Bush. HEX triplet: 53, 25 and 9B. RGB value is (83,37,155). Sum of RGB (Red+Green+Blue) = 83+37+155=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 37 (14.84% from 255 or 13.45% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #53259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53259B is #ACDA64. Grayscale: #3F3F3F. Windows color (decimal): -11328101 or 10167635. OLE color: 10167635.

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

Color convert

RGB 83 37 155 -
CMYK 0.46 0.76 0 0.39
HSL 263.39º 0.61% 0.38% -
HSV(B) 263.39º 0.76% 0.61% -
XYZ 10.15 5.53 31.54 -
YUV 64.21 179.24 141.41 -
System Red Green Blue C M Y K H S L
Decimal 83 37 155 0.46 0.76 0 0.39 263.39 0.61 0.38
Hex 53 25 9B 2E 4C 0 27 107 3D 26
Octal 123 45 233 56 114 0 47 407 75 46
Binary 1010011 100101 10011011 101110 1001100 0 100111 100000111 111101 100110

Color Harmonies of #53259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53259B

Black with #53259B

Text Example


Text Example

White with #53259B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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