#533A93

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

Shades of Daisy Bush #533A93

Tints of Daisy Bush #533A93

Color information

#533A93 (or 0x533A93) is unknown color: approx Daisy Bush. HEX triplet: 53, 3A and 93. RGB value is (83,58,147). Sum of RGB (Red+Green+Blue) = 83+58+147=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 58 (23.05% from 255 or 20.14% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #533A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533A93 is #ACC56C. Grayscale: #4B4B4B. Windows color (decimal): -11322733 or 9648723. OLE color: 9648723.

HSL color Cylindrical-coordinate representation of color #533A93: hue angle of 256.85º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #533A93 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8358147-
CMYK0.440.6100.42
HSL256.85º43.41%40.2%-
HSV(B)256.85º60.54%57.65%-
XYZ10.356.9728.4-
YUV75.62168.28133.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 58 (23.05% from 255) = 20.14%
BLUE value IS 147 (57.81% from 255) = 51.04%
R=28.82%
G=20.14%
B=51.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal83581470.440.6100.42256.8543.4140.2
Hex533A932C3D02A1012b28
Octal1237222354750524015350
Binary1010011111010100100111011001111010101010100000001101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533A93; }

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

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

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

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

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

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

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

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