#5F339B

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

Shades of Daisy Bush #5F339B

Tints of Daisy Bush #5F339B

Color information

#5F339B (or 0x5F339B) is unknown color: approx Daisy Bush. HEX triplet: 5F, 33 and 9B. RGB value is (95,51,155). Sum of RGB (Red+Green+Blue) = 95+51+155=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F339B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F339B is #A0CC64. Grayscale: #4B4B4B. Windows color (decimal): -10538085 or 10171231. OLE color: 10171231.

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

Color convert

RGB9551155-
CMYK0.390.6700.39
HSL265.38º50.49%40.39%-
HSV(B)265.38º67.1%60.78%-
XYZ11.827.1731.77-
YUV76.01172.58141.54-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.56%
GREEN value IS 51 (20.31% from 255) = 16.94%
BLUE value IS 155 (60.94% from 255) = 51.50%
R=31.56%
G=16.94%
B=51.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95511550.390.6700.39265.3850.4940.39
Hex5F339B27430271093228
Octal13763233471030474116250
Binary10111111100111001101110011110000110100111100001001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F339B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,51,155); }

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

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

 a { background-color: rgb(95,51,155); }

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

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

 span { border-color: rgb(95,51,155); }

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