#534260

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

Shades of Honey Flower #534260

Tints of Honey Flower #534260

Color information

#534260 (or 0x534260) is unknown color: approx Honey Flower. HEX triplet: 53, 42 and 60. RGB value is (83,66,96). Sum of RGB (Red+Green+Blue) = 83+66+96=245 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.88% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #534260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534260 is #ACBD9F. Grayscale: #4A4A4A. Windows color (decimal): -11320736 or 6308435. OLE color: 6308435.

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

Color convert

RGB836696-
CMYK0.140.3100.62
HSL274º18.52%31.76%-
HSV(B)274º31.25%37.65%-
XYZ7.636.5811.93-
YUV74.5140.13134.06-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.88%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=33.88%
G=26.94%
B=39.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8366960.140.3100.6227418.5231.76
Hex534260E1F03E1121320
Octal12310214016370764222340
Binary101001110000101100000111011111011111010001001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534260; }

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

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

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

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

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

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

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

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