#533367

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

Shades of Honey Flower #533367

Tints of Honey Flower #533367

Color information

#533367 (or 0x533367) is unknown color: approx Honey Flower. HEX triplet: 53, 33 and 67. RGB value is (83,51,103). Sum of RGB (Red+Green+Blue) = 83+51+103=237 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.02% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 103 - color contains mainly: blue. Hex color #533367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533367 is #ACCC98. Grayscale: #424242. Windows color (decimal): -11324569 or 6763347. OLE color: 6763347.

HSL color Cylindrical-coordinate representation of color #533367: hue angle of 276.92º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #533367 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8351103-
CMYK0.190.5000.60
HSL276.92º33.77%30.2%-
HSV(B)276.92º50.49%40.39%-
XYZ7.25.1913.45-
YUV66.5148.6139.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.02%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 103 (40.62% from 255) = 43.46%
R=35.02%
G=21.52%
B=43.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal83511030.190.5000.60276.9233.7730.2
Hex533367133203C115221e
Octal1236314723620744254236
Binary1010011110011110011110011110010011110010001010110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533367; }

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

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

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

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

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

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

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

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