Html Css Color HEX #53309B Daisy Bush

📋 copy color: '#53309B'

red 83 ◦ green 48 ◦ blue 155

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

Shades of Daisy Bush #53309B

Tints of Daisy Bush #53309B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.78%

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

R = 29.02%
G = 16.78%
B = 54.2%

CMYK

 C value IS 0.46

 M value IS 0.69

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53309B (or 0x53309B) is known color: Daisy Bush. HEX triplet: 53, 30 and 9B. RGB value is (83,48,155). Sum of RGB (Red+Green+Blue) = 83+48+155=286 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.02% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #53309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53309B is #ACCF64. Grayscale: #464646. Windows color (decimal): -11325285 or 10170451. OLE color: 10170451.

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

Color convert

RGB 83 48 155 -
CMYK 0.46 0.69 0 0.39
HSL 259.63º 0.53% 0.4% -
HSV(B) 259.63º 0.69% 0.61% -
XYZ 10.54 6.32 31.67 -
YUV 70.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 83 48 155 0.46 0.69 0 0.39 259.63 0.53 0.4
Hex 53 30 9B 2E 45 0 27 104 35 28
Octal 123 60 233 56 105 0 47 404 65 50
Binary 1010011 110000 10011011 101110 1000101 0 100111 100000100 110101 101000

Color Harmonies of #53309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53309B

Black with #53309B

Text Example


Text Example

White with #53309B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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