#533D60

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

Shades of Honey Flower #533D60

Tints of Honey Flower #533D60

Color information

#533D60 (or 0x533D60) is unknown color: approx Honey Flower. HEX triplet: 53, 3D and 60. RGB value is (83,61,96). Sum of RGB (Red+Green+Blue) = 83+61+96=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #533D60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533D60 is #ACC29F. Grayscale: #474747. Windows color (decimal): -11322016 or 6307155. OLE color: 6307155.

HSL color Cylindrical-coordinate representation of color #533D60: hue angle of 277.71º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #533D60 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB836196-
CMYK0.140.3600.62
HSL277.71º22.29%30.78%-
HSV(B)277.71º36.46%37.65%-
XYZ7.356.0211.84-
YUV71.57141.79136.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.58%
GREEN value IS 61 (24.22% from 255) = 25.42%
BLUE value IS 96 (37.89% from 255) = 40%
R=34.58%
G=25.42%
B=40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8361960.140.3600.62277.7122.2930.78
Hex533D60E2403E116161f
Octal1237514016440764262637
Binary10100111111011100000111010010001111101000101101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,61,96); }

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

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

 a { background-color: rgb(83,61,96); }

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

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

 span { border-color: rgb(83,61,96); }

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