Html Css Color HEX #533296 Daisy Bush

📋 copy color: '#533296'

red 83 ◦ green 50 ◦ blue 150

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

Shades of Daisy Bush #533296

Tints of Daisy Bush #533296

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.67%

 BLUE value IS 150 (58.98% from 255) = 53%

R = 29.33%
G = 17.67%
B = 53%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#533296 (or 0x533296) is known color: Daisy Bush. HEX triplet: 53, 32 and 96. RGB value is (83,50,150). Sum of RGB (Red+Green+Blue) = 83+50+150=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #533296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533296 is #ACCD69. Grayscale: #464646. Windows color (decimal): -11324778 or 9843283. OLE color: 9843283.

HSL color Cylindrical-coordinate representation of color #533296: hue angle of 259.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #533296 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 50 150 -
CMYK 0.45 0.67 0 0.41
HSL 259.8º 0.5% 0.39% -
HSV(B) 259.8º 0.67% 0.59% -
XYZ 10.21 6.32 29.54 -
YUV 71.27 172.43 136.37 -
System Red Green Blue C M Y K H S L
Decimal 83 50 150 0.45 0.67 0 0.41 259.8 0.5 0.39
Hex 53 32 96 2D 43 0 29 104 32 27
Octal 123 62 226 55 103 0 51 404 62 47
Binary 1010011 110010 10010110 101101 1000011 0 101001 100000100 110010 100111

Color Harmonies of #533296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533296

Black with #533296

Text Example


Text Example

White with #533296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533296; }

 p { color: rgb(83,50,150); }

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

background-color css

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

 a { background-color: rgb(83,50,150); }

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

border-color css

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

 span { border-color: rgb(83,50,150); }

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