#5C3995

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

Shades of Daisy Bush #5C3995

Tints of Daisy Bush #5C3995

Color information

#5C3995 (or 0x5C3995) is unknown color: approx Daisy Bush. HEX triplet: 5C, 39 and 95. RGB value is (92,57,149). Sum of RGB (Red+Green+Blue) = 92+57+149=298 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.87% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #5C3995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C3995 is #A3C66A. Grayscale: #4D4D4D. Windows color (decimal): -10733163 or 9779548. OLE color: 9779548.

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

Color convert

RGB9257149-
CMYK0.380.6200.42
HSL262.83º44.66%40.39%-
HSV(B)262.83º61.74%58.43%-
XYZ11.37.3729.26-
YUV77.95168.1138.02-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.87%
GREEN value IS 57 (22.66% from 255) = 19.13%
BLUE value IS 149 (58.59% from 255) = 50%
R=30.87%
G=19.13%
B=50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal92571490.380.6200.42262.8344.6640.39
Hex5C3995263E02A1072d28
Octal1347122546760524075550
Binary1011100111001100101011001101111100101010100000111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C3995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,57,149); }

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

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

 a { background-color: rgb(92,57,149); }

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

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

 span { border-color: rgb(92,57,149); }

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