#533599

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

Shades of Daisy Bush #533599

Tints of Daisy Bush #533599

Color information

#533599 (or 0x533599) is unknown color: approx Daisy Bush. HEX triplet: 53, 35 and 99. RGB value is (83,53,153). Sum of RGB (Red+Green+Blue) = 83+53+153=289 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.72% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #533599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533599 is #ACCA66. Grayscale: #494949. Windows color (decimal): -11324007 or 10040659. OLE color: 10040659.

HSL color Cylindrical-coordinate representation of color #533599: hue angle of 258º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #533599 is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB8353153-
CMYK0.460.6500.4
HSL258º48.54%40.39%-
HSV(B)258º65.36%60%-
XYZ10.596.6930.87-
YUV73.37172.94134.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.72%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 153 (60.16% from 255) = 52.94%
R=28.72%
G=18.34%
B=52.94%

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
Decimal83531530.460.6500.425848.5440.39
Hex5335992E410281023128
Octal12365231561010504026150
Binary10100111101011001100110111010000010101000100000010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533599; }

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

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

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

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

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

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

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

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