#5C4386

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

Shades of Daisy Bush #5C4386

Tints of Daisy Bush #5C4386

Color information

#5C4386 (or 0x5C4386) is unknown color: approx Daisy Bush. HEX triplet: 5C, 43 and 86. RGB value is (92,67,134). Sum of RGB (Red+Green+Blue) = 92+67+134=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #5C4386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4386 is #A3BC79. Grayscale: #515151. Windows color (decimal): -10730618 or 8799068. OLE color: 8799068.

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

Color convert

RGB9267134-
CMYK0.310.500.47
HSL262.39º33.33%39.41%-
HSV(B)262.39º50%52.55%-
XYZ10.728.0123.54-
YUV82.11157.28135.05-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.40%
GREEN value IS 67 (26.56% from 255) = 22.87%
BLUE value IS 134 (52.73% from 255) = 45.73%
R=31.40%
G=22.87%
B=45.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92671340.310.500.47262.3933.3339.41
Hex5C43861F3202F1062127
Octal13410320637620574064147
Binary1011100100001110000110111111100100101111100000110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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