#533463

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

Shades of Honey Flower #533463

Tints of Honey Flower #533463

Color information

#533463 (or 0x533463) is unknown color: approx Honey Flower. HEX triplet: 53, 34 and 63. RGB value is (83,52,99). Sum of RGB (Red+Green+Blue) = 83+52+99=234 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.47% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #533463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533463 is #ACCB9C. Grayscale: #424242. Windows color (decimal): -11324317 or 6501459. OLE color: 6501459.

HSL color Cylindrical-coordinate representation of color #533463: hue angle of 279.57º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #533463 is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB835299-
CMYK0.160.4700.61
HSL279.57º31.13%29.61%-
HSV(B)279.57º47.47%38.82%-
XYZ7.055.212.44-
YUV66.63146.27139.68-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.47%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=35.47%
G=22.22%
B=42.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8352990.160.4700.61279.5731.1329.61
Hex533463102F03D1181f1e
Octal1236414320570754303736
Binary101001111010011000111000010111101111011000110001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533463; }

 p { color: rgb(83,52,99); }

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

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

 a { background-color: rgb(83,52,99); }

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

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

 span { border-color: rgb(83,52,99); }

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