#5C309B

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

Shades of Daisy Bush #5C309B

Tints of Daisy Bush #5C309B

Color information

#5C309B (or 0x5C309B) is unknown color: approx Daisy Bush. HEX triplet: 5C, 30 and 9B. RGB value is (92,48,155). Sum of RGB (Red+Green+Blue) = 92+48+155=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 155 (60.94% from 255 or 52.54% from 295); Max value from RGB is 155 - color contains mainly: blue. Hex color #5C309B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C309B is #A3CF64. Grayscale: #484848. Windows color (decimal): -10735461 or 10170460. OLE color: 10170460.

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

Color convert

RGB9248155-
CMYK0.410.6900.39
HSL264.67º52.71%39.8%-
HSV(B)264.67º69.03%60.78%-
XYZ11.396.7631.71-
YUV73.35174.08141.3-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.19%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 155 (60.94% from 255) = 52.54%
R=31.19%
G=16.27%
B=52.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal92481550.410.6900.39264.6752.7139.8
Hex5C309B29450271093528
Octal13460233511050474116550
Binary10111001100001001101110100110001010100111100001001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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