#5F479A

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

Shades of Daisy Bush #5F479A

Tints of Daisy Bush #5F479A

Color information

#5F479A (or 0x5F479A) is unknown color: approx Daisy Bush. HEX triplet: 5F, 47 and 9A. RGB value is (95,71,154). Sum of RGB (Red+Green+Blue) = 95+71+154=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 154 - color contains mainly: blue. Hex color #5F479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F479A is #A0B865. Grayscale: #575757. Windows color (decimal): -10532966 or 10110815. OLE color: 10110815.

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

Color convert

RGB9571154-
CMYK0.380.5400.40
HSL257.35º36.89%44.12%-
HSV(B)257.35º53.9%60.39%-
XYZ12.819.2731.69-
YUV87.64165.45133.25-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.69%
GREEN value IS 71 (28.12% from 255) = 22.19%
BLUE value IS 154 (60.55% from 255) = 48.12%
R=29.69%
G=22.19%
B=48.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95711540.380.5400.40257.3536.8944.12
Hex5F479A2636028101252c
Octal13710723246660504014554
Binary10111111000111100110101001101101100101000100000001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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