Html Css Color HEX #533199 Daisy Bush

📋 copy color: '#533199'

red 83 ◦ green 49 ◦ blue 153

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

Shades of Daisy Bush #533199

Tints of Daisy Bush #533199

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.19%

 BLUE value IS 153 (60.16% from 255) = 53.68%

R = 29.12%
G = 17.19%
B = 53.68%

CMYK

 C value IS 0.46

 M value IS 0.68

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#533199 (or 0x533199) is known color: Daisy Bush. HEX triplet: 53, 31 and 99. RGB value is (83,49,153). Sum of RGB (Red+Green+Blue) = 83+49+153=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #533199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533199 is #ACCE66. Grayscale: #464646. Windows color (decimal): -11325031 or 10039635. OLE color: 10039635.

HSL color Cylindrical-coordinate representation of color #533199: hue angle of 259.62º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #533199 is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 49 153 -
CMYK 0.46 0.68 0 0.4
HSL 259.62º 0.51% 0.4% -
HSV(B) 259.62º 0.68% 0.6% -
XYZ 10.42 6.34 30.81 -
YUV 71.02 174.26 136.54 -
System Red Green Blue C M Y K H S L
Decimal 83 49 153 0.46 0.68 0 0.4 259.62 0.51 0.4
Hex 53 31 99 2E 44 0 28 104 33 28
Octal 123 61 231 56 104 0 50 404 63 50
Binary 1010011 110001 10011001 101110 1000100 0 101000 100000100 110011 101000

Color Harmonies of #533199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533199

Black with #533199

Text Example


Text Example

White with #533199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533199; }

 p { color: rgb(83,49,153); }

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

background-color css

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

 a { background-color: rgb(83,49,153); }

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

border-color css

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

 span { border-color: rgb(83,49,153); }

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