#5F4485

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

Shades of Daisy Bush #5F4485

Tints of Daisy Bush #5F4485

Color information

#5F4485 (or 0x5F4485) is unknown color: approx Daisy Bush. HEX triplet: 5F, 44 and 85. RGB value is (95,68,133). Sum of RGB (Red+Green+Blue) = 95+68+133=296 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.09% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #5F4485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4485 is #A0BB7A. Grayscale: #535353. Windows color (decimal): -10533755 or 8733791. OLE color: 8733791.

HSL color Cylindrical-coordinate representation of color #5F4485: hue angle of 264.92º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F4485 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9568133-
CMYK0.290.4900.48
HSL264.92º32.34%39.41%-
HSV(B)264.92º48.87%52.16%-
XYZ11.028.2623.2-
YUV83.48155.95136.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.09%
GREEN value IS 68 (26.95% from 255) = 22.97%
BLUE value IS 133 (52.34% from 255) = 44.93%
R=32.09%
G=22.97%
B=44.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal95681330.290.4900.48264.9232.3439.41
Hex5F44851D310301092027
Octal13710420535610604114047
Binary1011111100010010000101111011100010110000100001001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,68,133); }

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

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

 a { background-color: rgb(95,68,133); }

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

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

 span { border-color: rgb(95,68,133); }

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