#533C6A

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

Shades of Honey Flower #533C6A

Tints of Honey Flower #533C6A

Color information

#533C6A (or 0x533C6A) is unknown color: approx Honey Flower. HEX triplet: 53, 3C and 6A. RGB value is (83,60,106). Sum of RGB (Red+Green+Blue) = 83+60+106=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 106 (41.80% from 255 or 42.57% from 249); Max value from RGB is 106 - color contains mainly: blue. Hex color #533C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533C6A is #ACC395. Grayscale: #474747. Windows color (decimal): -11322262 or 6962259. OLE color: 6962259.

HSL color Cylindrical-coordinate representation of color #533C6A: hue angle of 270º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #533C6A is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8360106-
CMYK0.220.4300.58
HSL270º27.71%32.55%-
HSV(B)270º43.4%41.57%-
XYZ7.786.1114.4-
YUV72.12147.12135.76-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.33%
GREEN value IS 60 (23.83% from 255) = 24.10%
BLUE value IS 106 (41.80% from 255) = 42.57%
R=33.33%
G=24.10%
B=42.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal83601060.220.4300.5827027.7132.55
Hex533C6A162B03A10e1c21
Octal1237415226530724163441
Binary1010011111100110101010110101011011101010000111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533C6A; }

 p { color: rgb(83,60,106); }

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

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

 a { background-color: rgb(83,60,106); }

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

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

 span { border-color: rgb(83,60,106); }

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