#5F359C

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

Shades of Daisy Bush #5F359C

Tints of Daisy Bush #5F359C

Color information

#5F359C (or 0x5F359C) is unknown color: approx Daisy Bush. HEX triplet: 5F, 35 and 9C. RGB value is (95,53,156). Sum of RGB (Red+Green+Blue) = 95+53+156=304 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.25% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F359C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F359C is #A0CA63. Grayscale: #4C4C4C. Windows color (decimal): -10537572 or 10237279. OLE color: 10237279.

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

Color convert

RGB9553156-
CMYK0.390.6600.39
HSL264.47º49.28%40.98%-
HSV(B)264.47º66.03%61.18%-
XYZ11.997.3832.24-
YUV77.3172.41140.62-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.25%
GREEN value IS 53 (21.09% from 255) = 17.43%
BLUE value IS 156 (61.33% from 255) = 51.32%
R=31.25%
G=17.43%
B=51.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95531560.390.6600.39264.4749.2840.98
Hex5F359C27420271083129
Octal13765234471020474106151
Binary10111111101011001110010011110000100100111100001000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,53,156); }

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

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

 a { background-color: rgb(95,53,156); }

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

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

 span { border-color: rgb(95,53,156); }

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