#5F4A90

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

Shades of Daisy Bush #5F4A90

Tints of Daisy Bush #5F4A90

Color information

#5F4A90 (or 0x5F4A90) is unknown color: approx Daisy Bush. HEX triplet: 5F, 4A and 90. RGB value is (95,74,144). Sum of RGB (Red+Green+Blue) = 95+74+144=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 144 (56.64% from 255 or 46.01% from 313); Max value from RGB is 144 - color contains mainly: blue. Hex color #5F4A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4A90 is #A0B56F. Grayscale: #585858. Windows color (decimal): -10532208 or 9456223. OLE color: 9456223.

HSL color Cylindrical-coordinate representation of color #5F4A90: hue angle of 258º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F4A90 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9574144-
CMYK0.340.4900.44
HSL258º32.11%42.75%-
HSV(B)258º48.61%56.47%-
XYZ12.29.3427.55-
YUV88.26159.46132.81-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.35%
GREEN value IS 74 (29.30% from 255) = 23.64%
BLUE value IS 144 (56.64% from 255) = 46.01%
R=30.35%
G=23.64%
B=46.01%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal95741440.340.4900.4425832.1142.75
Hex5F4A90223102C102202b
Octal13711222042610544024053
Binary10111111001010100100001000101100010101100100000010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,74,144); }

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

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

 a { background-color: rgb(95,74,144); }

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

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

 span { border-color: rgb(95,74,144); }

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