#5A2778

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

Shades of Kingfisher Daisy #5A2778

Tints of Kingfisher Daisy #5A2778

Color information

#5A2778 (or 0x5A2778) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 27 and 78. RGB value is (90,39,120). Sum of RGB (Red+Green+Blue) = 90+39+120=249 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.14% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #5A2778 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2778 is #A5D887. Grayscale: #3F3F3F. Windows color (decimal): -10868872 or 7874394. OLE color: 7874394.

HSL color Cylindrical-coordinate representation of color #5A2778: hue angle of 277.78º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5A2778 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9039120-
CMYK0.250.6700.53
HSL277.78º50.94%31.18%-
HSV(B)277.78º67.5%47.06%-
XYZ8.334.9818.29-
YUV63.48159.9146.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.14%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 120 (47.27% from 255) = 48.19%
R=36.14%
G=15.66%
B=48.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90391200.250.6700.53277.7850.9431.18
Hex5A27781943035116331f
Octal13247170311030654266337
Binary10110101001111111000110011000011011010110001011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,39,120); }

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

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

 a { background-color: rgb(90,39,120); }

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

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

 span { border-color: rgb(90,39,120); }

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