#5A4198

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

Shades of Daisy Bush #5A4198

Tints of Daisy Bush #5A4198

Color information

#5A4198 (or 0x5A4198) is unknown color: approx Daisy Bush. HEX triplet: 5A, 41 and 98. RGB value is (90,65,152). Sum of RGB (Red+Green+Blue) = 90+65+152=307 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.32% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 152 (59.77% from 255 or 49.51% from 307); Max value from RGB is 152 - color contains mainly: blue. Hex color #5A4198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4198 is #A5BE67. Grayscale: #525252. Windows color (decimal): -10862184 or 9978202. OLE color: 9978202.

HSL color Cylindrical-coordinate representation of color #5A4198: hue angle of 257.24º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A4198 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9065152-
CMYK0.410.5700.40
HSL257.24º40.09%42.55%-
HSV(B)257.24º57.24%59.61%-
XYZ11.778.2230.67-
YUV82.39167.28133.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 29.32%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 152 (59.77% from 255) = 49.51%
R=29.32%
G=21.17%
B=49.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90651520.410.5700.40257.2440.0942.55
Hex5A41982939028101282b
Octal13210123051710504015053
Binary10110101000001100110001010011110010101000100000001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,65,152); }

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

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

 a { background-color: rgb(90,65,152); }

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

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

 span { border-color: rgb(90,65,152); }

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