#5C4185

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

Shades of Daisy Bush #5C4185

Tints of Daisy Bush #5C4185

Color information

#5C4185 (or 0x5C4185) is unknown color: approx Daisy Bush. HEX triplet: 5C, 41 and 85. RGB value is (92,65,133). Sum of RGB (Red+Green+Blue) = 92+65+133=290 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.72% from 290); Green value is 65 (25.78% from 255 or 22.41% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #5C4185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4185 is #A3BE7A. Grayscale: #505050. Windows color (decimal): -10731131 or 8733020. OLE color: 8733020.

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

Color convert

RGB9265133-
CMYK0.310.5100.48
HSL263.82º34.34%38.82%-
HSV(B)263.82º51.13%52.16%-
XYZ10.547.7523.13-
YUV80.82157.45135.97-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.72%
GREEN value IS 65 (25.78% from 255) = 22.41%
BLUE value IS 133 (52.34% from 255) = 45.86%
R=31.72%
G=22.41%
B=45.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal92651330.310.5100.48263.8234.3438.82
Hex5C41851F330301082227
Octal13410120537630604104247
Binary1011100100000110000101111111100110110000100001000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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