#5A1B94

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

Shades of Kingfisher Daisy #5A1B94

Tints of Kingfisher Daisy #5A1B94

Color information

#5A1B94 (or 0x5A1B94) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 1B and 94. RGB value is (90,27,148). Sum of RGB (Red+Green+Blue) = 90+27+148=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 148 (58.20% from 255 or 55.85% from 265); Max value from RGB is 148 - color contains mainly: blue. Hex color #5A1B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A1B94 is #A5E46B. Grayscale: #3B3B3B. Windows color (decimal): -10871916 or 9706330. OLE color: 9706330.

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

Color convert

RGB9027148-
CMYK0.390.8200.42
HSL271.24º69.14%34.31%-
HSV(B)271.24º81.76%58.04%-
XYZ9.955.128.48-
YUV59.63177.87149.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.96%
GREEN value IS 27 (10.94% from 255) = 10.19%
BLUE value IS 148 (58.20% from 255) = 55.85%
R=33.96%
G=10.19%
B=55.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal90271480.390.8200.42271.2469.1434.31
Hex5A1B94275202A10f4522
Octal132332244712205241710542
Binary10110101101110010100100111101001001010101000011111000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,27,148); }

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

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

 a { background-color: rgb(90,27,148); }

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

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

 span { border-color: rgb(90,27,148); }

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