#5A1A95

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

Shades of Kingfisher Daisy #5A1A95

Tints of Kingfisher Daisy #5A1A95

Color information

#5A1A95 (or 0x5A1A95) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 1A and 95. RGB value is (90,26,149). Sum of RGB (Red+Green+Blue) = 90+26+149=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A1A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1A95 is #A5E56A. Grayscale: #3A3A3A. Windows color (decimal): -10872171 or 9771610. OLE color: 9771610.

HSL color Cylindrical-coordinate representation of color #5A1A95: hue angle of 271.22º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A1A95 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9026149-
CMYK0.400.8300.42
HSL271.22º70.29%34.31%-
HSV(B)271.22º82.55%58.43%-
XYZ10.015.0828.89-
YUV59.16178.7150-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.96%
GREEN value IS 26 (10.55% from 255) = 9.81%
BLUE value IS 149 (58.59% from 255) = 56.23%
R=33.96%
G=9.81%
B=56.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90261490.400.8300.42271.2270.2934.31
Hex5A1A95285302A10f4622
Octal132322255012305241710642
Binary10110101101010010101101000101001101010101000011111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,26,149); }

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

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

 a { background-color: rgb(90,26,149); }

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

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

 span { border-color: rgb(90,26,149); }

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