#533887

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

Shades of Daisy Bush #533887

Tints of Daisy Bush #533887

Color information

#533887 (or 0x533887) is unknown color: approx Daisy Bush. HEX triplet: 53, 38 and 87. RGB value is (83,56,135). Sum of RGB (Red+Green+Blue) = 83+56+135=274 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.29% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 135 (53.12% from 255 or 49.27% from 274); Max value from RGB is 135 - color contains mainly: blue. Hex color #533887 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533887 is #ACC778. Grayscale: #484848. Windows color (decimal): -11323257 or 8861779. OLE color: 8861779.

HSL color Cylindrical-coordinate representation of color #533887: hue angle of 260.51º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #533887 is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8356135-
CMYK0.390.5900.47
HSL260.51º41.36%37.45%-
HSV(B)260.51º58.52%52.94%-
XYZ9.356.4223.67-
YUV73.08162.95135.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.29%
GREEN value IS 56 (22.27% from 255) = 20.44%
BLUE value IS 135 (53.12% from 255) = 49.27%
R=30.29%
G=20.44%
B=49.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal83561350.390.5900.47260.5141.3637.45
Hex533887273B02F1052925
Octal1237020747730574055145
Binary1010011111000100001111001111110110101111100000101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533887; }

 p { color: rgb(83,56,135); }

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

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

 a { background-color: rgb(83,56,135); }

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

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

 span { border-color: rgb(83,56,135); }

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