#5C426E

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

Shades of Honey Flower #5C426E

Tints of Honey Flower #5C426E

Color information

#5C426E (or 0x5C426E) is unknown color: approx Honey Flower. HEX triplet: 5C, 42 and 6E. RGB value is (92,66,110). Sum of RGB (Red+Green+Blue) = 92+66+110=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 110 (43.36% from 255 or 41.04% from 268); Max value from RGB is 110 - color contains mainly: blue. Hex color #5C426E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C426E is #A3BD91. Grayscale: #4E4E4E. Windows color (decimal): -10730898 or 7225948. OLE color: 7225948.

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

Color convert

RGB9266110-
CMYK0.160.400.57
HSL275.45º25%34.51%-
HSV(B)275.45º40%43.14%-
XYZ9.187.315.68-
YUV78.79145.61137.42-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.33%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 110 (43.36% from 255) = 41.04%
R=34.33%
G=24.63%
B=41.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal92661100.160.400.57275.452534.51
Hex5C426E10280391131923
Octal13410215620500714233143
Binary10111001000010110111010000101000011100110001001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C426E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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