#5F4A9B

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

Shades of Daisy Bush #5F4A9B

Tints of Daisy Bush #5F4A9B

Color information

#5F4A9B (or 0x5F4A9B) is unknown color: approx Daisy Bush. HEX triplet: 5F, 4A and 9B. RGB value is (95,74,155). Sum of RGB (Red+Green+Blue) = 95+74+155=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 74 (29.30% from 255 or 22.84% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F4A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4A9B is #A0B564. Grayscale: #595959. Windows color (decimal): -10532197 or 10177119. OLE color: 10177119.

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

Color convert

RGB9574155-
CMYK0.390.5200.39
HSL255.56º35.37%44.9%-
HSV(B)255.56º52.26%60.78%-
XYZ13.089.732.19-
YUV89.51164.96131.91-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.32%
GREEN value IS 74 (29.30% from 255) = 22.84%
BLUE value IS 155 (60.94% from 255) = 47.84%
R=29.32%
G=22.84%
B=47.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95741550.390.5200.39255.5635.3744.9
Hex5F4A9B2734027100232d
Octal13711223347640474004355
Binary10111111001010100110111001111101000100111100000000100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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