#5C4189

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

Shades of Daisy Bush #5C4189

Tints of Daisy Bush #5C4189

Color information

#5C4189 (or 0x5C4189) is unknown color: approx Daisy Bush. HEX triplet: 5C, 41 and 89. RGB value is (92,65,137). Sum of RGB (Red+Green+Blue) = 92+65+137=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #5C4189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4189 is #A3BE76. Grayscale: #515151. Windows color (decimal): -10731127 or 8995164. OLE color: 8995164.

HSL color Cylindrical-coordinate representation of color #5C4189: hue angle of 262.5º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C4189 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9265137-
CMYK0.330.5300.46
HSL262.5º35.64%39.61%-
HSV(B)262.5º52.55%53.73%-
XYZ10.827.8624.61-
YUV81.28159.45135.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.29%
GREEN value IS 65 (25.78% from 255) = 22.11%
BLUE value IS 137 (53.91% from 255) = 46.60%
R=31.29%
G=22.11%
B=46.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal92651370.330.5300.46262.535.6439.61
Hex5C4189213502E1062428
Octal13410121141650564064450
Binary10111001000001100010011000011101010101110100000110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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