#5E287A

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

Shades of Kingfisher Daisy #5E287A

Tints of Kingfisher Daisy #5E287A

Color information

#5E287A (or 0x5E287A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 28 and 7A. RGB value is (94,40,122). Sum of RGB (Red+Green+Blue) = 94+40+122=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 122 (48.05% from 255 or 47.66% from 256); Max value from RGB is 122 - color contains mainly: blue. Hex color #5E287A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E287A is #A1D785. Grayscale: #414141. Windows color (decimal): -10606470 or 8005726. OLE color: 8005726.

HSL color Cylindrical-coordinate representation of color #5E287A: hue angle of 279.51º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E287A is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9440122-
CMYK0.230.6700.52
HSL279.51º50.62%31.76%-
HSV(B)279.51º67.21%47.84%-
XYZ8.895.318.97-
YUV65.49159.89148.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.72%
GREEN value IS 40 (16.02% from 255) = 15.62%
BLUE value IS 122 (48.05% from 255) = 47.66%
R=36.72%
G=15.62%
B=47.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal94401220.230.6700.52279.5150.6231.76
Hex5E287A17430341183320
Octal13650172271030644306340
Binary101111010100011110101011110000110110100100011000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,40,122); }

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

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

 a { background-color: rgb(94,40,122); }

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

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

 span { border-color: rgb(94,40,122); }

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