#5F399A

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

Shades of Daisy Bush #5F399A

Tints of Daisy Bush #5F399A

Color information

#5F399A (or 0x5F399A) is unknown color: approx Daisy Bush. HEX triplet: 5F, 39 and 9A. RGB value is (95,57,154). Sum of RGB (Red+Green+Blue) = 95+57+154=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #5F399A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F399A is #A0C665. Grayscale: #4F4F4F. Windows color (decimal): -10536550 or 10107231. OLE color: 10107231.

HSL color Cylindrical-coordinate representation of color #5F399A: hue angle of 263.51º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F399A is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9557154-
CMYK0.380.6300.40
HSL263.51º45.97%41.37%-
HSV(B)263.51º62.99%60.39%-
XYZ12.027.6931.42-
YUV79.42170.09139.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.05%
GREEN value IS 57 (22.66% from 255) = 18.63%
BLUE value IS 154 (60.55% from 255) = 50.33%
R=31.05%
G=18.63%
B=50.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95571540.380.6300.40263.5145.9741.37
Hex5F399A263F0281082e29
Octal1377123246770504105651
Binary1011111111001100110101001101111110101000100001000101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F399A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,57,154); }

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

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

 a { background-color: rgb(95,57,154); }

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

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

 span { border-color: rgb(95,57,154); }

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