#5A218C

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

Shades of Kingfisher Daisy #5A218C

Tints of Kingfisher Daisy #5A218C

Color information

#5A218C (or 0x5A218C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 21 and 8C. RGB value is (90,33,140). Sum of RGB (Red+Green+Blue) = 90+33+140=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 140 (55.08% from 255 or 53.23% from 263); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A218C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A218C is #A5DE73. Grayscale: #3D3D3D. Windows color (decimal): -10870388 or 9183578. OLE color: 9183578.

HSL color Cylindrical-coordinate representation of color #5A218C: hue angle of 271.96º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A218C is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9033140-
CMYK0.360.7600.45
HSL271.96º61.85%33.92%-
HSV(B)271.96º76.43%54.9%-
XYZ9.495.1525.31-
YUV62.24171.88147.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.22%
GREEN value IS 33 (13.28% from 255) = 12.55%
BLUE value IS 140 (55.08% from 255) = 53.23%
R=34.22%
G=12.55%
B=53.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90331400.360.7600.45271.9661.8533.92
Hex5A218C244C02D1103e22
Octal13241214441140554207642
Binary10110101000011000110010010010011000101101100010000111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,33,140); }

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

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

 a { background-color: rgb(90,33,140); }

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

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

 span { border-color: rgb(90,33,140); }

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