#533395

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

Shades of Daisy Bush #533395

Tints of Daisy Bush #533395

Color information

#533395 (or 0x533395) is unknown color: approx Daisy Bush. HEX triplet: 53, 33 and 95. RGB value is (83,51,149). Sum of RGB (Red+Green+Blue) = 83+51+149=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #533395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533395 is #ACCC6A. Grayscale: #474747. Windows color (decimal): -11324523 or 9778003. OLE color: 9778003.

HSL color Cylindrical-coordinate representation of color #533395: hue angle of 259.59º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #533395 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8351149-
CMYK0.440.6600.42
HSL259.59º49%39.22%-
HSV(B)259.59º65.77%58.43%-
XYZ10.186.3829.13-
YUV71.74171.6136.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.33%
GREEN value IS 51 (20.31% from 255) = 18.02%
BLUE value IS 149 (58.59% from 255) = 52.65%
R=29.33%
G=18.02%
B=52.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83511490.440.6600.42259.594939.22
Hex5333952C4202A1043127
Octal12363225541020524046147
Binary10100111100111001010110110010000100101010100000100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533395; }

 p { color: rgb(83,51,149); }

 H1.HeaderClassName
 {
   color: #533395;
 }
 .AnyTagClassName
 {
   color: #533395;
 }
</style>
background-color css

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

 a { background-color: rgb(83,51,149); }

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

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

 span { border-color: rgb(83,51,149); }

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