#533967

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

Shades of Honey Flower #533967

Tints of Honey Flower #533967

Color information

#533967 (or 0x533967) is unknown color: approx Honey Flower. HEX triplet: 53, 39 and 67. RGB value is (83,57,103). Sum of RGB (Red+Green+Blue) = 83+57+103=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 103 - color contains mainly: blue. Hex color #533967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533967 is #ACC698. Grayscale: #454545. Windows color (decimal): -11323033 or 6764883. OLE color: 6764883.

HSL color Cylindrical-coordinate representation of color #533967: hue angle of 273.91º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #533967 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8357103-
CMYK0.190.4500.60
HSL273.91º28.75%31.37%-
HSV(B)273.91º44.66%40.39%-
XYZ7.485.7413.55-
YUV70.02146.61137.26-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.16%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 103 (40.62% from 255) = 42.39%
R=34.16%
G=23.46%
B=42.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83571030.190.4500.60273.9128.7531.37
Hex533967132D03C1121d1f
Octal1237114723550744223537
Binary101001111100111001111001110110101111001000100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533967; }

 p { color: rgb(83,57,103); }

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

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

 a { background-color: rgb(83,57,103); }

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

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

 span { border-color: rgb(83,57,103); }

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