#5E417C

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

Shades of Kingfisher Daisy #5E417C

Tints of Kingfisher Daisy #5E417C

Color information

#5E417C (or 0x5E417C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 41 and 7C. RGB value is (94,65,124). Sum of RGB (Red+Green+Blue) = 94+65+124=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E417C is #A1BE83. Grayscale: #505050. Windows color (decimal): -10600068 or 8143198. OLE color: 8143198.

HSL color Cylindrical-coordinate representation of color #5E417C: hue angle of 269.49º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5E417C is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9465124-
CMYK0.240.4800.51
HSL269.49º31.22%37.06%-
HSV(B)269.49º47.58%48.63%-
XYZ10.147.6220-
YUV80.4152.61137.7-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.22%
GREEN value IS 65 (25.78% from 255) = 22.97%
BLUE value IS 124 (48.83% from 255) = 43.82%
R=33.22%
G=22.97%
B=43.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal94651240.240.4800.51269.4931.2237.06
Hex5E417C183003310d1f25
Octal13610117430600634153745
Binary10111101000001111110011000110000011001110000110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,65,124); }

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

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

 a { background-color: rgb(94,65,124); }

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

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

 span { border-color: rgb(94,65,124); }

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