#5A4898

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

Shades of Daisy Bush #5A4898

Tints of Daisy Bush #5A4898

Color information

#5A4898 (or 0x5A4898) is unknown color: approx Daisy Bush. HEX triplet: 5A, 48 and 98. RGB value is (90,72,152). Sum of RGB (Red+Green+Blue) = 90+72+152=314 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.66% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 152 (59.77% from 255 or 48.41% from 314); Max value from RGB is 152 - color contains mainly: blue. Hex color #5A4898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4898 is #A5B767. Grayscale: #565656. Windows color (decimal): -10860392 or 9979994. OLE color: 9979994.

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

Color convert

RGB9072152-
CMYK0.410.5300.40
HSL253.5º35.71%43.92%-
HSV(B)253.5º52.63%59.61%-
XYZ12.29.0830.81-
YUV86.5164.96130.5-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.66%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 152 (59.77% from 255) = 48.41%
R=28.66%
G=22.93%
B=48.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90721520.410.5300.40253.535.7143.92
Hex5A48982935028fe242c
Octal13211023051650503764454
Binary1011010100100010011000101001110101010100011111110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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