#5F489D

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

Shades of Daisy Bush #5F489D

Tints of Daisy Bush #5F489D

Color information

#5F489D (or 0x5F489D) is unknown color: approx Daisy Bush. HEX triplet: 5F, 48 and 9D. RGB value is (95,72,157). Sum of RGB (Red+Green+Blue) = 95+72+157=324 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.32% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 157 (61.72% from 255 or 48.46% from 324); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F489D is #A0B762. Grayscale: #585858. Windows color (decimal): -10532707 or 10307679. OLE color: 10307679.

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

Color convert

RGB9572157-
CMYK0.390.5400.38
HSL256.24º37.12%44.9%-
HSV(B)256.24º54.14%61.57%-
XYZ13.129.533.04-
YUV88.57166.62132.59-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.32%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 157 (61.72% from 255) = 48.46%
R=29.32%
G=22.22%
B=48.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal95721570.390.5400.38256.2437.1244.9
Hex5F489D2736026100252d
Octal13711023547660464004555
Binary10111111001000100111011001111101100100110100000000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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