#5A1C7B

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

Shades of Kingfisher Daisy #5A1C7B

Tints of Kingfisher Daisy #5A1C7B

Color information

#5A1C7B (or 0x5A1C7B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 1C and 7B. RGB value is (90,28,123). Sum of RGB (Red+Green+Blue) = 90+28+123=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A1C7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A1C7B is #A5E384. Grayscale: #393939. Windows color (decimal): -10871685 or 8068186. OLE color: 8068186.

HSL color Cylindrical-coordinate representation of color #5A1C7B: hue angle of 279.16º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A1C7B is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9028123-
CMYK0.270.7700.52
HSL279.16º62.91%29.61%-
HSV(B)279.16º77.24%48.24%-
XYZ8.214.4319.16-
YUV57.37165.04151.28-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.34%
GREEN value IS 28 (11.33% from 255) = 11.62%
BLUE value IS 123 (48.44% from 255) = 51.04%
R=37.34%
G=11.62%
B=51.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90281230.270.7700.52279.1662.9129.61
Hex5A1C7B1B4D0341173f1e
Octal13234173331150644277736
Binary1011010111001111011110111001101011010010001011111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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