#5C3F9A

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

Shades of Daisy Bush #5C3F9A

Tints of Daisy Bush #5C3F9A

Color information

#5C3F9A (or 0x5C3F9A) is unknown color: approx Daisy Bush. HEX triplet: 5C, 3F and 9A. RGB value is (92,63,154). Sum of RGB (Red+Green+Blue) = 92+63+154=309 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.77% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #5C3F9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3F9A is #A3C065. Grayscale: #515151. Windows color (decimal): -10731622 or 10108764. OLE color: 10108764.

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

Color convert

RGB9263154-
CMYK0.400.5900.40
HSL259.12º41.94%42.55%-
HSV(B)259.12º59.09%60.39%-
XYZ12.028.1631.51-
YUV82.04168.61135.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.77%
GREEN value IS 63 (25% from 255) = 20.39%
BLUE value IS 154 (60.55% from 255) = 49.84%
R=29.77%
G=20.39%
B=49.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal92631540.400.5900.40259.1241.9442.55
Hex5C3F9A283B0281032a2b
Octal1347723250730504035253
Binary1011100111111100110101010001110110101000100000011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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