#533699

Color #533699 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #533699

Tints of Daisy Bush #533699

Color information

#533699 (or 0x533699) is unknown color: approx 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

RGB8354153-
CMYK0.460.6500.4
HSL257.58º47.83%40.59%-
HSV(B)257.58º64.71%60%-
XYZ10.646.7830.88-
YUV73.96172.61134.45-

RGB Variations

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

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 (Cyan) values IS 0.46
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal83541530.460.6500.4257.5847.8340.59
Hex5336992E410281023029
Octal12366231561010504026051
Binary10100111101101001100110111010000010101000100000010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>