#5C489A

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

Shades of Daisy Bush #5C489A

Tints of Daisy Bush #5C489A

Color information

#5C489A (or 0x5C489A) is unknown color: approx Daisy Bush. HEX triplet: 5C, 48 and 9A. RGB value is (92,72,154). Sum of RGB (Red+Green+Blue) = 92+72+154=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C489A is #A3B765. Grayscale: #575757. Windows color (decimal): -10729318 or 10111068. OLE color: 10111068.

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

Color convert

RGB9272154-
CMYK0.400.5300.40
HSL254.63º36.28%44.31%-
HSV(B)254.63º53.25%60.39%-
XYZ12.569.2431.69-
YUV87.33165.63131.33-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.93%
GREEN value IS 72 (28.52% from 255) = 22.64%
BLUE value IS 154 (60.55% from 255) = 48.43%
R=28.93%
G=22.64%
B=48.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal92721540.400.5300.40254.6336.2844.31
Hex5C489A2835028ff242c
Octal13411023250650503774454
Binary1011100100100010011010101000110101010100011111111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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