#533593

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

Shades of Daisy Bush #533593

Tints of Daisy Bush #533593

Color information

#533593 (or 0x533593) is unknown color: approx Daisy Bush. HEX triplet: 53, 35 and 93. RGB value is (83,53,147). Sum of RGB (Red+Green+Blue) = 83+53+147=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #533593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533593 is #ACCA6C. Grayscale: #484848. Windows color (decimal): -11324013 or 9647443. OLE color: 9647443.

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

Color convert

RGB8353147-
CMYK0.440.6400.42
HSL259.15º47%39.22%-
HSV(B)259.15º63.95%57.65%-
XYZ10.116.4928.32-
YUV72.69169.94135.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 29.33%
GREEN value IS 53 (21.09% from 255) = 18.73%
BLUE value IS 147 (57.81% from 255) = 51.94%
R=29.33%
G=18.73%
B=51.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83531470.440.6400.42259.154739.22
Hex5335932C4002A1032f27
Octal12365223541000524035747
Binary10100111101011001001110110010000000101010100000011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533593; }

 p { color: rgb(83,53,147); }

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

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

 a { background-color: rgb(83,53,147); }

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

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

 span { border-color: rgb(83,53,147); }

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