#5A469E

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

Shades of Daisy Bush #5A469E

Tints of Daisy Bush #5A469E

Color information

#5A469E (or 0x5A469E) is unknown color: approx Daisy Bush. HEX triplet: 5A, 46 and 9E. RGB value is (90,70,158). Sum of RGB (Red+Green+Blue) = 90+70+158=318 (42% of max value = 765). Red value is 90 (35.55% from 255 or 28.30% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A469E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A469E is #A5B961. Grayscale: #555555. Windows color (decimal): -10860898 or 10372698. OLE color: 10372698.

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

Color convert

RGB9070158-
CMYK0.430.5600.38
HSL253.64º38.6%44.71%-
HSV(B)253.64º55.7%61.96%-
XYZ12.589.0233.43-
YUV86.01168.63130.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.30%
GREEN value IS 70 (27.73% from 255) = 22.01%
BLUE value IS 158 (62.11% from 255) = 49.69%
R=28.30%
G=22.01%
B=49.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal90701580.430.5600.38253.6438.644.71
Hex5A469E2B38026fe272d
Octal13210623653700463764755
Binary1011010100011010011110101011111000010011011111110100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,70,158); }

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

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

 a { background-color: rgb(90,70,158); }

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

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

 span { border-color: rgb(90,70,158); }

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