#5C2B75

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

Shades of Honey Flower #5C2B75

Tints of Honey Flower #5C2B75

Color information

#5C2B75 (or 0x5C2B75) is unknown color: approx Honey Flower. HEX triplet: 5C, 2B and 75. RGB value is (92,43,117). Sum of RGB (Red+Green+Blue) = 92+43+117=252 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.51% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C2B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2B75 is #A3D48A. Grayscale: #414141. Windows color (decimal): -10736779 or 7678812. OLE color: 7678812.

HSL color Cylindrical-coordinate representation of color #5C2B75: hue angle of 279.73º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C2B75 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9243117-
CMYK0.210.6300.54
HSL279.73º46.25%31.37%-
HSV(B)279.73º63.25%45.88%-
XYZ8.495.2917.4-
YUV66.09156.73146.48-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.51%
GREEN value IS 43 (17.19% from 255) = 17.06%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=36.51%
G=17.06%
B=46.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92431170.210.6300.54279.7346.2531.37
Hex5C2B75153F0361182e1f
Octal1345316525770664305637
Binary1011100101011111010110101111111011011010001100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,43,117); }

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

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

 a { background-color: rgb(92,43,117); }

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

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

 span { border-color: rgb(92,43,117); }

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