#5E2879

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

Shades of Kingfisher Daisy #5E2879

Tints of Kingfisher Daisy #5E2879

Color information

#5E2879 (or 0x5E2879) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 28 and 79. RGB value is (94,40,121). Sum of RGB (Red+Green+Blue) = 94+40+121=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 121 (47.66% from 255 or 47.45% from 255); Max value from RGB is 121 - color contains mainly: blue. Hex color #5E2879 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E2879 is #A1D786. Grayscale: #414141. Windows color (decimal): -10606471 or 7940190. OLE color: 7940190.

HSL color Cylindrical-coordinate representation of color #5E2879: hue angle of 280º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5E2879 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9440121-
CMYK0.220.6700.53
HSL280º50.31%31.57%-
HSV(B)280º66.94%47.45%-
XYZ8.835.2818.64-
YUV65.38159.39148.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.86%
GREEN value IS 40 (16.02% from 255) = 15.69%
BLUE value IS 121 (47.66% from 255) = 47.45%
R=36.86%
G=15.69%
B=47.45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal94401210.220.6700.5328050.3131.57
Hex5E287916430351183220
Octal13650171261030654306240
Binary101111010100011110011011010000110110101100011000110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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