#5C3B74

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

Shades of Honey Flower #5C3B74

Tints of Honey Flower #5C3B74

Color information

#5C3B74 (or 0x5C3B74) is unknown color: approx Honey Flower. HEX triplet: 5C, 3B and 74. RGB value is (92,59,116). Sum of RGB (Red+Green+Blue) = 92+59+116=267 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.46% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #5C3B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3B74 is #A3C48B. Grayscale: #4B4B4B. Windows color (decimal): -10732684 or 7617372. OLE color: 7617372.

HSL color Cylindrical-coordinate representation of color #5C3B74: hue angle of 274.74º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C3B74 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9259116-
CMYK0.210.4900.55
HSL274.74º32.57%34.31%-
HSV(B)274.74º49.14%45.49%-
XYZ9.136.6617.33-
YUV75.36150.93139.87-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.46%
GREEN value IS 59 (23.44% from 255) = 22.10%
BLUE value IS 116 (45.70% from 255) = 43.45%
R=34.46%
G=22.10%
B=43.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92591160.210.4900.55274.7432.5734.31
Hex5C3B7415310371132122
Octal1347316425610674234142
Binary10111001110111110100101011100010110111100010011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,59,116); }

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

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

 a { background-color: rgb(92,59,116); }

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

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

 span { border-color: rgb(92,59,116); }

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