#5C489D

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

Shades of Daisy Bush #5C489D

Tints of Daisy Bush #5C489D

Color information

#5C489D (or 0x5C489D) is unknown color: approx Daisy Bush. HEX triplet: 5C, 48 and 9D. RGB value is (92,72,157). Sum of RGB (Red+Green+Blue) = 92+72+157=321 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.66% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C489D is #A3B762. Grayscale: #575757. Windows color (decimal): -10729315 or 10307676. OLE color: 10307676.

HSL color Cylindrical-coordinate representation of color #5C489D: hue angle of 254.12º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C489D is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9272157-
CMYK0.410.5400.38
HSL254.12º37.12%44.9%-
HSV(B)254.12º54.14%61.57%-
XYZ12.829.3433.03-
YUV87.67167.13131.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.66%
GREEN value IS 72 (28.52% from 255) = 22.43%
BLUE value IS 157 (61.72% from 255) = 48.91%
R=28.66%
G=22.43%
B=48.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal92721570.410.5400.38254.1237.1244.9
Hex5C489D2936026fe252d
Octal13411023551660463764555
Binary1011100100100010011101101001110110010011011111110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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