#5C449C

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

Shades of Daisy Bush #5C449C

Tints of Daisy Bush #5C449C

Color information

#5C449C (or 0x5C449C) is unknown color: approx Daisy Bush. HEX triplet: 5C, 44 and 9C. RGB value is (92,68,156). Sum of RGB (Red+Green+Blue) = 92+68+156=316 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.11% from 316); Green value is 68 (26.95% from 255 or 21.52% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C449C is #A3BB63. Grayscale: #545454. Windows color (decimal): -10730340 or 10241116. OLE color: 10241116.

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

Color convert

RGB9268156-
CMYK0.410.5600.39
HSL256.36º39.29%43.92%-
HSV(B)256.36º56.41%61.18%-
XYZ12.488.8132.5-
YUV85.21167.95132.84-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.11%
GREEN value IS 68 (26.95% from 255) = 21.52%
BLUE value IS 156 (61.33% from 255) = 49.37%
R=29.11%
G=21.52%
B=49.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92681560.410.5600.39256.3639.2943.92
Hex5C449C2938027100272c
Octal13410423451700474004754
Binary10111001000100100111001010011110000100111100000000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,68,156); }

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

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

 a { background-color: rgb(92,68,156); }

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

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

 span { border-color: rgb(92,68,156); }

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