#5C469A

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

Shades of Daisy Bush #5C469A

Tints of Daisy Bush #5C469A

Color information

#5C469A (or 0x5C469A) is unknown color: approx Daisy Bush. HEX triplet: 5C, 46 and 9A. RGB value is (92,70,154). Sum of RGB (Red+Green+Blue) = 92+70+154=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 154 (60.55% from 255 or 48.73% from 316); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C469A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C469A is #A3B965. Grayscale: #555555. Windows color (decimal): -10729830 or 10110556. OLE color: 10110556.

HSL color Cylindrical-coordinate representation of color #5C469A: hue angle of 255.71º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C469A is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9270154-
CMYK0.400.5500.40
HSL255.71º37.5%43.92%-
HSV(B)255.71º54.55%60.39%-
XYZ12.448.9931.65-
YUV86.15166.29132.17-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.11%
GREEN value IS 70 (27.73% from 255) = 22.15%
BLUE value IS 154 (60.55% from 255) = 48.73%
R=29.11%
G=22.15%
B=48.73%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal92701540.400.5500.40255.7137.543.92
Hex5C469A2837028100252c
Octal13410623250670504004554
Binary10111001000110100110101010001101110101000100000000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C469A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,70,154); }

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

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

 a { background-color: rgb(92,70,154); }

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

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

 span { border-color: rgb(92,70,154); }

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