#533569

Color #533569 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #533569

Tints of Honey Flower #533569

Color information

#533569 (or 0x533569) is unknown color: approx Honey Flower. HEX triplet: 53, 35 and 69. RGB value is (83,53,105). Sum of RGB (Red+Green+Blue) = 83+53+105=241 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.44% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 105 - color contains mainly: blue. Hex color #533569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533569 is #ACCA96. Grayscale: #434343. Windows color (decimal): -11324055 or 6894931. OLE color: 6894931.

HSL color Cylindrical-coordinate representation of color #533569: hue angle of 274.62º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #533569 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8353105-
CMYK0.210.5000.59
HSL274.62º32.91%30.98%-
HSV(B)274.62º49.52%41.18%-
XYZ7.395.4114.02-
YUV67.9148.94138.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.44%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 105 (41.41% from 255) = 43.57%
R=34.44%
G=21.99%
B=43.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83531050.210.5000.59274.6232.9130.98
Hex533569153203B113211f
Octal1236515125620734234137
Binary1010011110101110100110101110010011101110001001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533569; }

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

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

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

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

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

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

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

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