#5A2687

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

Shades of Kingfisher Daisy #5A2687

Tints of Kingfisher Daisy #5A2687

Color information

#5A2687 (or 0x5A2687) is unknown color: approx Kingfisher Daisy. HEX triplet: 5A, 26 and 87. RGB value is (90,38,135). Sum of RGB (Red+Green+Blue) = 90+38+135=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A2687 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A2687 is #A5D978. Grayscale: #404040. Windows color (decimal): -10869113 or 8857178. OLE color: 8857178.

HSL color Cylindrical-coordinate representation of color #5A2687: hue angle of 272.16º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5A2687 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9038135-
CMYK0.330.7200.47
HSL272.16º56.07%33.92%-
HSV(B)272.16º71.85%52.94%-
XYZ9.285.3123.46-
YUV64.61167.73146.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.22%
GREEN value IS 38 (15.23% from 255) = 14.45%
BLUE value IS 135 (53.12% from 255) = 51.33%
R=34.22%
G=14.45%
B=51.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal90381350.330.7200.47272.1656.0733.92
Hex5A2687214802F1103822
Octal13246207411100574207042
Binary10110101001101000011110000110010000101111100010000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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