#533369

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

Shades of Honey Flower #533369

Tints of Honey Flower #533369

Color information

#533369 (or 0x533369) is unknown color: approx Honey Flower. HEX triplet: 53, 33 and 69. RGB value is (83,51,105). Sum of RGB (Red+Green+Blue) = 83+51+105=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 105 - color contains mainly: blue. Hex color #533369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533369 is #ACCC96. Grayscale: #424242. Windows color (decimal): -11324567 or 6894419. OLE color: 6894419.

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

Color convert

RGB8351105-
CMYK0.210.5100.59
HSL275.56º34.62%30.59%-
HSV(B)275.56º51.43%41.18%-
XYZ7.35.2313.99-
YUV66.72149.6139.61-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.73%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 105 (41.41% from 255) = 43.93%
R=34.73%
G=21.34%
B=43.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83511050.210.5100.59275.5634.6230.59
Hex533369153303B114231f
Octal1236315125630734244337
Binary1010011110011110100110101110011011101110001010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533369; }

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

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

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

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

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

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

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

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