#5C466D

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

Shades of Honey Flower #5C466D

Tints of Honey Flower #5C466D

Color information

#5C466D (or 0x5C466D) is unknown color: approx Honey Flower. HEX triplet: 5C, 46 and 6D. RGB value is (92,70,109). Sum of RGB (Red+Green+Blue) = 92+70+109=271 (35% of max value = 765). Red value is 92 (36.33% from 255 or 33.95% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 109 - color contains mainly: blue. Hex color #5C466D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C466D is #A3B992. Grayscale: #505050. Windows color (decimal): -10729875 or 7161436. OLE color: 7161436.

HSL color Cylindrical-coordinate representation of color #5C466D: hue angle of 273.85º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C466D is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9270109-
CMYK0.160.3600.57
HSL273.85º21.79%35.1%-
HSV(B)273.85º35.78%42.75%-
XYZ9.367.7615.47-
YUV81.02143.79135.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.95%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 109 (42.97% from 255) = 40.22%
R=33.95%
G=25.83%
B=40.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal92701090.160.3600.57273.8521.7935.1
Hex5C466D10240391121623
Octal13410615520440714222643
Binary10111001000110110110110000100100011100110001001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,70,109); }

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

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

 a { background-color: rgb(92,70,109); }

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

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

 span { border-color: rgb(92,70,109); }

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