#5A2677

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

Shades of Kingfisher Daisy #5A2677

Tints of Kingfisher Daisy #5A2677

Color information

#5A2677 (or 0x5A2677) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 26 and 77. RGB value is (90,38,119). Sum of RGB (Red+Green+Blue) = 90+38+119=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 119 (46.88% from 255 or 48.18% from 247); Max value from RGB is 119 - color contains mainly: blue. Hex color #5A2677 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2677 is #A5D988. Grayscale: #3E3E3E. Windows color (decimal): -10869129 or 7808602. OLE color: 7808602.

HSL color Cylindrical-coordinate representation of color #5A2677: hue angle of 278.52º degrees, saturation: 0.52, 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 #5A2677 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9038119-
CMYK0.240.6800.53
HSL278.52º51.59%30.78%-
HSV(B)278.52º68.07%46.67%-
XYZ8.244.8917.96-
YUV62.78159.73147.41-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.44%
GREEN value IS 38 (15.23% from 255) = 15.38%
BLUE value IS 119 (46.88% from 255) = 48.18%
R=36.44%
G=15.38%
B=48.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal90381190.240.6800.53278.5251.5930.78
Hex5A26771844035117341f
Octal13246167301040654276437
Binary10110101001101110111110001000100011010110001011111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,38,119); }

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

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

 a { background-color: rgb(90,38,119); }

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

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

 span { border-color: rgb(90,38,119); }

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