#5C4385

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

Shades of Daisy Bush #5C4385

Tints of Daisy Bush #5C4385

Color information

#5C4385 (or 0x5C4385) is unknown color: approx Daisy Bush. HEX triplet: 5C, 43 and 85. RGB value is (92,67,133). Sum of RGB (Red+Green+Blue) = 92+67+133=292 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.51% from 292); Green value is 67 (26.56% from 255 or 22.95% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C4385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4385 is #A3BC7A. Grayscale: #515151. Windows color (decimal): -10730619 or 8733532. OLE color: 8733532.

HSL color Cylindrical-coordinate representation of color #5C4385: hue angle of 262.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C4385 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9267133-
CMYK0.310.5000.48
HSL262.73º33%39.22%-
HSV(B)262.73º49.62%52.16%-
XYZ10.657.9823.17-
YUV82156.78135.13-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.51%
GREEN value IS 67 (26.56% from 255) = 22.95%
BLUE value IS 133 (52.34% from 255) = 45.55%
R=31.51%
G=22.95%
B=45.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal92671330.310.5000.48262.733339.22
Hex5C43851F320301072127
Octal13410320537620604074147
Binary1011100100001110000101111111100100110000100000111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,67,133); }

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

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

 a { background-color: rgb(92,67,133); }

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

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

 span { border-color: rgb(92,67,133); }

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