#533598

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

Shades of Daisy Bush #533598

Tints of Daisy Bush #533598

Color information

#533598 (or 0x533598) is unknown color: approx Daisy Bush. HEX triplet: 53, 35 and 98. RGB value is (83,53,152). Sum of RGB (Red+Green+Blue) = 83+53+152=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 152 (59.77% from 255 or 52.78% from 288); Max value from RGB is 152 - color contains mainly: blue. Hex color #533598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533598 is #ACCA67. Grayscale: #484848. Windows color (decimal): -11324008 or 9975123. OLE color: 9975123.

HSL color Cylindrical-coordinate representation of color #533598: hue angle of 258.18º degrees, saturation: 0.48, 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 #533598 is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8353152-
CMYK0.450.6500.40
HSL258.18º48.29%40.2%-
HSV(B)258.18º65.13%59.61%-
XYZ10.516.6530.44-
YUV73.26172.44134.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 152 (59.77% from 255) = 52.78%
R=28.82%
G=18.40%
B=52.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal83531520.450.6500.40258.1848.2940.2
Hex5335982D410281023028
Octal12365230551010504026050
Binary10100111101011001100010110110000010101000100000010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533598; }

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

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

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

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

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

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

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

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