#533689

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

Shades of Daisy Bush #533689

Tints of Daisy Bush #533689

Color information

#533689 (or 0x533689) is unknown color: approx Daisy Bush. HEX triplet: 53, 36 and 89. RGB value is (83,54,137). Sum of RGB (Red+Green+Blue) = 83+54+137=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #533689 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533689 is #ACC976. Grayscale: #474747. Windows color (decimal): -11323767 or 8992339. OLE color: 8992339.

HSL color Cylindrical-coordinate representation of color #533689: hue angle of 260.96º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #533689 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8354137-
CMYK0.390.6100.46
HSL260.96º43.46%37.45%-
HSV(B)260.96º60.58%53.73%-
XYZ9.46.2824.38-
YUV72.13164.61135.75-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 54 (21.48% from 255) = 19.71%
BLUE value IS 137 (53.91% from 255) = 50%
R=30.29%
G=19.71%
B=50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83541370.390.6100.46260.9643.4637.45
Hex533689273D02E1052b25
Octal1236621147750564055345
Binary1010011110110100010011001111111010101110100000101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533689; }

 p { color: rgb(83,54,137); }

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

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

 a { background-color: rgb(83,54,137); }

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

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

 span { border-color: rgb(83,54,137); }

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