#5F489B

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

Shades of Daisy Bush #5F489B

Tints of Daisy Bush #5F489B

Color information

#5F489B (or 0x5F489B) is unknown color: approx Daisy Bush. HEX triplet: 5F, 48 and 9B. RGB value is (95,72,155). Sum of RGB (Red+Green+Blue) = 95+72+155=322 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.50% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 155 (60.94% from 255 or 48.14% from 322); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F489B is #A0B764. Grayscale: #585858. Windows color (decimal): -10532709 or 10176607. OLE color: 10176607.

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

Color convert

RGB9572155-
CMYK0.390.5400.39
HSL256.63º36.56%44.51%-
HSV(B)256.63º53.55%60.78%-
XYZ12.959.4332.15-
YUV88.34165.62132.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.50%
GREEN value IS 72 (28.52% from 255) = 22.36%
BLUE value IS 155 (60.94% from 255) = 48.14%
R=29.50%
G=22.36%
B=48.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95721550.390.5400.39256.6336.5644.51
Hex5F489B2736027101252d
Octal13711023347660474014555
Binary10111111001000100110111001111101100100111100000001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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