#5A466C

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

Shades of Honey Flower #5A466C

Tints of Honey Flower #5A466C

Color information

#5A466C (or 0x5A466C) is unknown color: approx Honey Flower. HEX triplet: 5A, 46 and 6C. RGB value is (90,70,108). Sum of RGB (Red+Green+Blue) = 90+70+108=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 108 (42.58% from 255 or 40.30% from 268); Max value from RGB is 108 - color contains mainly: blue. Hex color #5A466C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A466C is #A5B993. Grayscale: #505050. Windows color (decimal): -10860948 or 7095898. OLE color: 7095898.

HSL color Cylindrical-coordinate representation of color #5A466C: hue angle of 271.58º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A466C is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9070108-
CMYK0.170.3500.58
HSL271.58º21.35%34.9%-
HSV(B)271.58º35.19%42.35%-
XYZ9.117.6415.18-
YUV80.31143.63134.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.58%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 108 (42.58% from 255) = 40.30%
R=33.58%
G=26.12%
B=40.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal90701080.170.3500.58271.5821.3534.9
Hex5A466C112303A1101523
Octal13210615421430724202543
Binary10110101000110110110010001100011011101010001000010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A466C; }

 p { color: rgb(90,70,108); }

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

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

 a { background-color: rgb(90,70,108); }

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

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

 span { border-color: rgb(90,70,108); }

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