#533B66

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

Shades of Honey Flower #533B66

Tints of Honey Flower #533B66

Color information

#533B66 (or 0x533B66) is unknown color: approx Honey Flower. HEX triplet: 53, 3B and 66. RGB value is (83,59,102). Sum of RGB (Red+Green+Blue) = 83+59+102=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 102 - color contains mainly: blue. Hex color #533B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533B66 is #ACC499. Grayscale: #464646. Windows color (decimal): -11322522 or 6699859. OLE color: 6699859.

HSL color Cylindrical-coordinate representation of color #533B66: hue angle of 273.49º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #533B66 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8359102-
CMYK0.190.4200.6
HSL273.49º26.71%31.57%-
HSV(B)273.49º42.16%40%-
XYZ7.535.9313.32-
YUV71.08145.45136.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 59 (23.44% from 255) = 24.18%
BLUE value IS 102 (40.23% from 255) = 41.80%
R=34.02%
G=24.18%
B=41.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal83591020.190.4200.6273.4926.7131.57
Hex533B66132A03C1111b20
Octal1237314623520744213340
Binary1010011111011110011010011101010011110010001000111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,59,102); }

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

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

 a { background-color: rgb(83,59,102); }

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

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

 span { border-color: rgb(83,59,102); }

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