#5C426D

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

Shades of Honey Flower #5C426D

Tints of Honey Flower #5C426D

Color information

#5C426D (or 0x5C426D) is unknown color: approx Honey Flower. HEX triplet: 5C, 42 and 6D. RGB value is (92,66,109). Sum of RGB (Red+Green+Blue) = 92+66+109=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 109 (42.97% from 255 or 40.82% from 267); Max value from RGB is 109 - color contains mainly: blue. Hex color #5C426D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C426D is #A3BD92. Grayscale: #4E4E4E. Windows color (decimal): -10730899 or 7160412. OLE color: 7160412.

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

Color convert

RGB9266109-
CMYK0.160.3900.57
HSL276.28º24.57%34.31%-
HSV(B)276.28º39.45%42.75%-
XYZ9.127.2815.39-
YUV78.68145.11137.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.46%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 109 (42.97% from 255) = 40.82%
R=34.46%
G=24.72%
B=40.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal92661090.160.3900.57276.2824.5734.31
Hex5C426D10270391141922
Octal13410215520470714243142
Binary10111001000010110110110000100111011100110001010011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C426D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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