#5C389A

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

Shades of Daisy Bush #5C389A

Tints of Daisy Bush #5C389A

Color information

#5C389A (or 0x5C389A) is unknown color: approx Daisy Bush. HEX triplet: 5C, 38 and 9A. RGB value is (92,56,154). Sum of RGB (Red+Green+Blue) = 92+56+154=302 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.46% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C389A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C389A is #A3C765. Grayscale: #4D4D4D. Windows color (decimal): -10733414 or 10106972. OLE color: 10106972.

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

Color convert

RGB9256154-
CMYK0.400.6400.40
HSL262.04º46.67%41.18%-
HSV(B)262.04º63.64%60.39%-
XYZ11.667.4431.39-
YUV77.94170.93138.03-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.46%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 154 (60.55% from 255) = 50.99%
R=30.46%
G=18.54%
B=50.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal92561540.400.6400.40262.0446.6741.18
Hex5C389A28400281062f29
Octal13470232501000504065751
Binary10111001110001001101010100010000000101000100000110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C389A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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