#5C3892

Color #5C3892 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #5C3892

Tints of Daisy Bush #5C3892

Color information

#5C3892 (or 0x5C3892) is unknown color: approx Daisy Bush. HEX triplet: 5C, 38 and 92. RGB value is (92,56,146). Sum of RGB (Red+Green+Blue) = 92+56+146=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #5C3892 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3892 is #A3C76D. Grayscale: #4C4C4C. Windows color (decimal): -10733422 or 9582684. OLE color: 9582684.

HSL color Cylindrical-coordinate representation of color #5C3892: hue angle of 264º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C3892 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9256146-
CMYK0.370.6200.43
HSL264º44.55%39.61%-
HSV(B)264º61.64%57.25%-
XYZ11.027.1828-
YUV77.02166.93138.68-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.29%
GREEN value IS 56 (22.27% from 255) = 19.05%
BLUE value IS 146 (57.42% from 255) = 49.66%
R=31.29%
G=19.05%
B=49.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal92561460.370.6200.4326444.5539.61
Hex5C3892253E02B1082d28
Octal1347022245760534105550
Binary1011100111000100100101001011111100101011100001000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,56,146); }

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

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

 a { background-color: rgb(92,56,146); }

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

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

 span { border-color: rgb(92,56,146); }

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