#533269

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

Shades of Honey Flower #533269

Tints of Honey Flower #533269

Color information

#533269 (or 0x533269) is unknown color: approx Honey Flower. HEX triplet: 53, 32 and 69. RGB value is (83,50,105). Sum of RGB (Red+Green+Blue) = 83+50+105=238 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.87% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 105 (41.41% from 255 or 44.12% from 238); Max value from RGB is 105 - color contains mainly: blue. Hex color #533269 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533269 is #ACCD96. Grayscale: #414141. Windows color (decimal): -11324823 or 6894163. OLE color: 6894163.

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

Color convert

RGB8350105-
CMYK0.210.5200.59
HSL276º35.48%30.39%-
HSV(B)276º52.38%41.18%-
XYZ7.265.1413.97-
YUV66.14149.93140.03-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.87%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 105 (41.41% from 255) = 44.12%
R=34.87%
G=21.01%
B=44.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal83501050.210.5200.5927635.4830.39
Hex533269153403B114231e
Octal1236215125640734244336
Binary1010011110010110100110101110100011101110001010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533269; }

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

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

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

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

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

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

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

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