#5C2475

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

Shades of Honey Flower #5C2475

Tints of Honey Flower #5C2475

Color information

#5C2475 (or 0x5C2475) is unknown color: approx Honey Flower. HEX triplet: 5C, 24 and 75. RGB value is (92,36,117). Sum of RGB (Red+Green+Blue) = 92+36+117=245 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.55% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 117 (46.09% from 255 or 47.76% from 245); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C2475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2475 is #A3DB8A. Grayscale: #3D3D3D. Windows color (decimal): -10738571 or 7677020. OLE color: 7677020.

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

Color convert

RGB9236117-
CMYK0.210.6900.54
HSL281.48º52.94%30%-
HSV(B)281.48º69.23%45.88%-
XYZ8.264.8217.33-
YUV61.98159.05149.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.55%
GREEN value IS 36 (14.45% from 255) = 14.69%
BLUE value IS 117 (46.09% from 255) = 47.76%
R=37.55%
G=14.69%
B=47.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92361170.210.6900.54281.4852.9430
Hex5C24751545036119351e
Octal13444165251050664316536
Binary10111001001001110101101011000101011011010001100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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