#5C2571

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

Shades of Honey Flower #5C2571

Tints of Honey Flower #5C2571

Color information

#5C2571 (or 0x5C2571) is unknown color: approx Honey Flower. HEX triplet: 5C, 25 and 71. RGB value is (92,37,113). Sum of RGB (Red+Green+Blue) = 92+37+113=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #5C2571 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2571 is #A3DA8E. Grayscale: #3D3D3D. Windows color (decimal): -10738319 or 7415132. OLE color: 7415132.

HSL color Cylindrical-coordinate representation of color #5C2571: hue angle of 283.42º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C2571 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9237113-
CMYK0.190.6700.56
HSL283.42º50.67%29.41%-
HSV(B)283.42º67.26%44.31%-
XYZ8.064.7916.12-
YUV62.11156.72149.32-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.02%
GREEN value IS 37 (14.84% from 255) = 15.29%
BLUE value IS 113 (44.53% from 255) = 46.69%
R=38.02%
G=15.29%
B=46.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal92371130.190.6700.56283.4250.6729.41
Hex5C2571134303811b331d
Octal13445161231030704336335
Binary10111001001011110001100111000011011100010001101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,37,113); }

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

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

 a { background-color: rgb(92,37,113); }

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

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

 span { border-color: rgb(92,37,113); }

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