#5A217A

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

Shades of Kingfisher Daisy #5A217A

Tints of Kingfisher Daisy #5A217A

Color information

#5A217A (or 0x5A217A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 21 and 7A. RGB value is (90,33,122). Sum of RGB (Red+Green+Blue) = 90+33+122=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A217A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A217A is #A5DE85. Grayscale: #3B3B3B. Windows color (decimal): -10870406 or 8003930. OLE color: 8003930.

HSL color Cylindrical-coordinate representation of color #5A217A: hue angle of 278.43º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A217A is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9033122-
CMYK0.260.7300.52
HSL278.43º57.42%30.39%-
HSV(B)278.43º72.95%47.84%-
XYZ8.274.6718.88-
YUV60.19162.88149.26-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.73%
GREEN value IS 33 (13.28% from 255) = 13.47%
BLUE value IS 122 (48.05% from 255) = 49.80%
R=36.73%
G=13.47%
B=49.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90331220.260.7300.52278.4357.4230.39
Hex5A217A1A49034116391e
Octal13241172321110644267136
Binary10110101000011111010110101001001011010010001011011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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