#5C348D

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

Shades of Daisy Bush #5C348D

Tints of Daisy Bush #5C348D

Color information

#5C348D (or 0x5C348D) is unknown color: approx Daisy Bush. HEX triplet: 5C, 34 and 8D. RGB value is (92,52,141). Sum of RGB (Red+Green+Blue) = 92+52+141=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #5C348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C348D is #A3CB72. Grayscale: #494949. Windows color (decimal): -10734451 or 9253980. OLE color: 9253980.

HSL color Cylindrical-coordinate representation of color #5C348D: hue angle of 266.97º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5C348D is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9252141-
CMYK0.350.6300.45
HSL266.97º46.11%37.84%-
HSV(B)266.97º63.12%55.29%-
XYZ10.456.6525.93-
YUV74.11165.75140.76-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.28%
GREEN value IS 52 (20.70% from 255) = 18.25%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=32.28%
G=18.25%
B=49.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal92521410.350.6300.45266.9746.1137.84
Hex5C348D233F02D10b2e26
Octal1346421543770554135646
Binary1011100110100100011011000111111110101101100001011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,52,141); }

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

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

 a { background-color: rgb(92,52,141); }

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

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

 span { border-color: rgb(92,52,141); }

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