#5A1E8C

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

Shades of Kingfisher Daisy #5A1E8C

Tints of Kingfisher Daisy #5A1E8C

Color information

#5A1E8C (or 0x5A1E8C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 1E and 8C. RGB value is (90,30,140). Sum of RGB (Red+Green+Blue) = 90+30+140=260 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.62% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A1E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1E8C is #A5E173. Grayscale: #3C3C3C. Windows color (decimal): -10871156 or 9182810. OLE color: 9182810.

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

Color convert

RGB9030140-
CMYK0.360.7900.45
HSL272.73º64.71%33.33%-
HSV(B)272.73º78.57%54.9%-
XYZ9.41525.28-
YUV60.48172.88149.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.62%
GREEN value IS 30 (12.11% from 255) = 11.54%
BLUE value IS 140 (55.08% from 255) = 53.85%
R=34.62%
G=11.54%
B=53.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal90301400.360.7900.45272.7364.7133.33
Hex5A1E8C244F02D1114121
Octal132362144411705542110141
Binary10110101111010001100100100100111101011011000100011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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