Html Css Color HEX #53249B Daisy Bush

📋 copy color: '#53249B'

red 83 ◦ green 36 ◦ blue 155

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

Shades of Daisy Bush #53249B

Tints of Daisy Bush #53249B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.14%

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

R = 30.29%
G = 13.14%
B = 56.57%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53249B (or 0x53249B) is known color: Daisy Bush. HEX triplet: 53, 24 and 9B. RGB value is (83,36,155). Sum of RGB (Red+Green+Blue) = 83+36+155=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #53249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53249B is #ACDB64. Grayscale: #3F3F3F. Windows color (decimal): -11328357 or 10167379. OLE color: 10167379.

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

Color convert

RGB 83 36 155 -
CMYK 0.46 0.77 0 0.39
HSL 263.7º 0.62% 0.37% -
HSV(B) 263.7º 0.77% 0.61% -
XYZ 10.11 5.47 31.53 -
YUV 63.62 179.57 141.82 -
System Red Green Blue C M Y K H S L
Decimal 83 36 155 0.46 0.77 0 0.39 263.7 0.62 0.37
Hex 53 24 9B 2E 4D 0 27 108 3E 25
Octal 123 44 233 56 115 0 47 410 76 45
Binary 1010011 100100 10011011 101110 1001101 0 100111 100001000 111110 100101

Color Harmonies of #53249B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53249B

Black with #53249B

Text Example


Text Example

White with #53249B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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