Html Css Color HEX #533699 Daisy Bush

📋 copy color: '#533699'

red 83 ◦ green 54 ◦ blue 153

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

Shades of Daisy Bush #533699

Tints of Daisy Bush #533699

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.62%

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

R = 28.62%
G = 18.62%
B = 52.76%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#533699 (or 0x533699) is known color: Daisy Bush. HEX triplet: 53, 36 and 99. RGB value is (83,54,153). Sum of RGB (Red+Green+Blue) = 83+54+153=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #533699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533699 is #ACC966. Grayscale: #494949. Windows color (decimal): -11323751 or 10040915. OLE color: 10040915.

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

Color convert

RGB 83 54 153 -
CMYK 0.46 0.65 0 0.4
HSL 257.58º 0.48% 0.41% -
HSV(B) 257.58º 0.65% 0.6% -
XYZ 10.64 6.78 30.88 -
YUV 73.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 83 54 153 0.46 0.65 0 0.4 257.58 0.48 0.41
Hex 53 36 99 2E 41 0 28 102 30 29
Octal 123 66 231 56 101 0 50 402 60 51
Binary 1010011 110110 10011001 101110 1000001 0 101000 100000010 110000 101001

Color Harmonies of #533699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533699

Black with #533699

Text Example


Text Example

White with #533699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533699; }

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

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

background-color css

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

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

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

border-color css

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

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

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