#5C389D

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

Shades of Daisy Bush #5C389D

Tints of Daisy Bush #5C389D

Color information

#5C389D (or 0x5C389D) is unknown color: approx Daisy Bush. HEX triplet: 5C, 38 and 9D. RGB value is (92,56,157). Sum of RGB (Red+Green+Blue) = 92+56+157=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C389D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C389D is #A3C762. Grayscale: #4D4D4D. Windows color (decimal): -10733411 or 10303580. OLE color: 10303580.

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

Color convert

RGB9256157-
CMYK0.410.6400.38
HSL261.39º47.42%41.76%-
HSV(B)261.39º64.33%61.57%-
XYZ11.917.5432.73-
YUV78.28172.43137.79-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.16%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 157 (61.72% from 255) = 51.48%
R=30.16%
G=18.36%
B=51.48%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal92561570.410.6400.38261.3947.4241.76
Hex5C389D29400261052f2a
Octal13470235511000464055752
Binary10111001110001001110110100110000000100110100000101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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