#5A469B

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

Shades of Daisy Bush #5A469B

Tints of Daisy Bush #5A469B

Color information

#5A469B (or 0x5A469B) is unknown color: approx Daisy Bush. HEX triplet: 5A, 46 and 9B. RGB value is (90,70,155). Sum of RGB (Red+Green+Blue) = 90+70+155=315 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.57% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A469B is #A5B964. Grayscale: #555555. Windows color (decimal): -10860901 or 10176090. OLE color: 10176090.

HSL color Cylindrical-coordinate representation of color #5A469B: hue angle of 254.12º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A469B is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9070155-
CMYK0.420.5500.39
HSL254.12º37.78%44.12%-
HSV(B)254.12º54.84%60.78%-
XYZ12.328.9232.08-
YUV85.67167.13131.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.57%
GREEN value IS 70 (27.73% from 255) = 22.22%
BLUE value IS 155 (60.94% from 255) = 49.21%
R=28.57%
G=22.22%
B=49.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal90701550.420.5500.39254.1237.7844.12
Hex5A469B2A37027fe262c
Octal13210623352670473764654
Binary1011010100011010011011101010110111010011111111110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A469B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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