#5A1C9A

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

Shades of Kingfisher Daisy #5A1C9A

Tints of Kingfisher Daisy #5A1C9A

Color information

#5A1C9A (or 0x5A1C9A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 1C and 9A. RGB value is (90,28,154). Sum of RGB (Red+Green+Blue) = 90+28+154=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 154 (60.55% from 255 or 56.62% from 272); Max value from RGB is 154 - color contains mainly: blue. Hex color #5A1C9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1C9A is #A5E365. Grayscale: #3C3C3C. Windows color (decimal): -10871654 or 10099802. OLE color: 10099802.

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

Color convert

RGB9028154-
CMYK0.420.8200.40
HSL269.52º69.23%35.69%-
HSV(B)269.52º81.82%60.39%-
XYZ10.465.3431.05-
YUV60.9180.54148.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.09%
GREEN value IS 28 (11.33% from 255) = 10.29%
BLUE value IS 154 (60.55% from 255) = 56.62%
R=33.09%
G=10.29%
B=56.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90281540.420.8200.40269.5269.2335.69
Hex5A1C9A2A5202810e4524
Octal132342325212205041610544
Binary10110101110010011010101010101001001010001000011101000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,28,154); }

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

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

 a { background-color: rgb(90,28,154); }

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

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

 span { border-color: rgb(90,28,154); }

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