#5C4C9B

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

Shades of Daisy Bush #5C4C9B

Tints of Daisy Bush #5C4C9B

Color information

#5C4C9B (or 0x5C4C9B) is unknown color: approx Daisy Bush. HEX triplet: 5C, 4C and 9B. RGB value is (92,76,155). Sum of RGB (Red+Green+Blue) = 92+76+155=323 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.48% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C4C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4C9B is #A3B364. Grayscale: #595959. Windows color (decimal): -10728293 or 10177628. OLE color: 10177628.

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

Color convert

RGB9276155-
CMYK0.410.5100.39
HSL252.15º34.2%45.29%-
HSV(B)252.15º50.97%60.78%-
XYZ12.919.8132.22-
YUV89.79164.8129.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.48%
GREEN value IS 76 (30.08% from 255) = 23.53%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=28.48%
G=23.53%
B=47.99%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92761550.410.5100.39252.1534.245.29
Hex5C4C9B2933027fc222d
Octal13411423351630473744255
Binary1011100100110010011011101001110011010011111111100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,76,155); }

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

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

 a { background-color: rgb(92,76,155); }

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

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

 span { border-color: rgb(92,76,155); }

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