#5A1C8F

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

Shades of Kingfisher Daisy #5A1C8F

Tints of Kingfisher Daisy #5A1C8F

Color information

#5A1C8F (or 0x5A1C8F) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 1C and 8F. RGB value is (90,28,143). Sum of RGB (Red+Green+Blue) = 90+28+143=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 28 (11.33% from 255 or 10.73% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #5A1C8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1C8F is #A5E370. Grayscale: #3B3B3B. Windows color (decimal): -10871665 or 9378906. OLE color: 9378906.

HSL color Cylindrical-coordinate representation of color #5A1C8F: hue angle of 272.35º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A1C8F is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9028143-
CMYK0.370.8000.44
HSL272.35º67.25%33.53%-
HSV(B)272.35º80.42%56.08%-
XYZ9.594.9926.44-
YUV59.65175.04149.65-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.48%
GREEN value IS 28 (11.33% from 255) = 10.73%
BLUE value IS 143 (56.25% from 255) = 54.79%
R=34.48%
G=10.73%
B=54.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal90281430.370.8000.44272.3567.2533.53
Hex5A1C8F255002C1104322
Octal132342174512005442010342
Binary10110101110010001111100101101000001011001000100001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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