#5A1D85

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

Shades of Kingfisher Daisy #5A1D85

Tints of Kingfisher Daisy #5A1D85

Color information

#5A1D85 (or 0x5A1D85) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 1D and 85. RGB value is (90,29,133). Sum of RGB (Red+Green+Blue) = 90+29+133=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 29 (11.72% from 255 or 11.51% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #5A1D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1D85 is #A5E27A. Grayscale: #3A3A3A. Windows color (decimal): -10871419 or 8723802. OLE color: 8723802.

HSL color Cylindrical-coordinate representation of color #5A1D85: hue angle of 275.19º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A1D85 is Cyan = 0.32, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9029133-
CMYK0.320.7800.48
HSL275.19º64.2%31.76%-
HSV(B)275.19º78.2%52.16%-
XYZ8.894.7522.64-
YUV59.1169.71150.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.71%
GREEN value IS 29 (11.72% from 255) = 11.51%
BLUE value IS 133 (52.34% from 255) = 52.78%
R=35.71%
G=11.51%
B=52.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal90291330.320.7800.48275.1964.231.76
Hex5A1D85204E0301134020
Octal132352054011606042310040
Binary10110101110110000101100000100111001100001000100111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,29,133); }

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

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

 a { background-color: rgb(90,29,133); }

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

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

 span { border-color: rgb(90,29,133); }

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