#5D417C

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

Shades of Kingfisher Daisy #5D417C

Tints of Kingfisher Daisy #5D417C

Color information

#5D417C (or 0x5D417C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 41 and 7C. RGB value is (93,65,124). Sum of RGB (Red+Green+Blue) = 93+65+124=282 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.98% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D417C is #A2BE83. Grayscale: #4F4F4F. Windows color (decimal): -10665604 or 8143197. OLE color: 8143197.

HSL color Cylindrical-coordinate representation of color #5D417C: hue angle of 268.47º 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 #5D417C is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9365124-
CMYK0.250.4800.51
HSL268.47º31.22%37.06%-
HSV(B)268.47º47.58%48.63%-
XYZ10.047.5620-
YUV80.1152.78137.2-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.98%
GREEN value IS 65 (25.78% from 255) = 23.05%
BLUE value IS 124 (48.83% from 255) = 43.97%
R=32.98%
G=23.05%
B=43.97%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal93651240.250.4800.51268.4731.2237.06
Hex5D417C193003310c1f25
Octal13510117431600634143745
Binary10111011000001111110011001110000011001110000110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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