#534859

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

Shades of Honey Flower #534859

Tints of Honey Flower #534859

Color information

#534859 (or 0x534859) is unknown color: approx Honey Flower. HEX triplet: 53, 48 and 59. RGB value is (83,72,89). Sum of RGB (Red+Green+Blue) = 83+72+89=244 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.02% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 89 - color contains mainly: blue. Hex color #534859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534859 is #ACB7A6. Grayscale: #4D4D4D. Windows color (decimal): -11319207 or 5851219. OLE color: 5851219.

HSL color Cylindrical-coordinate representation of color #534859: hue angle of 278.82º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #534859 is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB837289-
CMYK0.070.1900.65
HSL278.82º10.56%31.57%-
HSV(B)278.82º19.1%34.9%-
XYZ7.697.1910.43-
YUV77.23134.64132.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 34.02%
GREEN value IS 72 (28.52% from 255) = 29.51%
BLUE value IS 89 (35.16% from 255) = 36.48%
R=34.02%
G=29.51%
B=36.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8372890.070.1900.65278.8210.5631.57
Hex534859713041117b20
Octal12311013172301014271340
Binary10100111001000101100111110011010000011000101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534859; }

 p { color: rgb(83,72,89); }

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

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

 a { background-color: rgb(83,72,89); }

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

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

 span { border-color: rgb(83,72,89); }

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