#5A4181

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

Shades of Kingfisher Daisy #5A4181

Tints of Kingfisher Daisy #5A4181

Color information

#5A4181 (or 0x5A4181) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 41 and 81. RGB value is (90,65,129). Sum of RGB (Red+Green+Blue) = 90+65+129=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #5A4181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4181 is #A5BE7E. Grayscale: #4F4F4F. Windows color (decimal): -10862207 or 8470874. OLE color: 8470874.

HSL color Cylindrical-coordinate representation of color #5A4181: hue angle of 263.44º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5A4181 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9065129-
CMYK0.300.5000.49
HSL263.44º32.99%38.04%-
HSV(B)263.44º49.61%50.59%-
XYZ10.077.5421.69-
YUV79.77155.78135.3-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.69%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 129 (50.78% from 255) = 45.42%
R=31.69%
G=22.89%
B=45.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90651290.300.5000.49263.4432.9938.04
Hex5A41811E320311072126
Octal13210120136620614074146
Binary1011010100000110000001111101100100110001100000111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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