#5C2372

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

Shades of Honey Flower #5C2372

Tints of Honey Flower #5C2372

Color information

#5C2372 (or 0x5C2372) is unknown color: approx Honey Flower. HEX triplet: 5C, 23 and 72. RGB value is (92,35,114). Sum of RGB (Red+Green+Blue) = 92+35+114=241 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.17% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #5C2372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2372 is #A3DC8D. Grayscale: #3C3C3C. Windows color (decimal): -10738830 or 7480156. OLE color: 7480156.

HSL color Cylindrical-coordinate representation of color #5C2372: hue angle of 283.29º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C2372 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9235114-
CMYK0.190.6900.55
HSL283.29º53.02%29.22%-
HSV(B)283.29º69.3%44.71%-
XYZ8.054.6916.4-
YUV61.05157.88150.08-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.17%
GREEN value IS 35 (14.06% from 255) = 14.52%
BLUE value IS 114 (44.92% from 255) = 47.30%
R=38.17%
G=14.52%
B=47.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal92351140.190.6900.55283.2953.0229.22
Hex5C2372134503711b351d
Octal13443162231050674336535
Binary10111001000111110010100111000101011011110001101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,35,114); }

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

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

 a { background-color: rgb(92,35,114); }

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

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

 span { border-color: rgb(92,35,114); }

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