#5D4079

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

Shades of Kingfisher Daisy #5D4079

Tints of Kingfisher Daisy #5D4079

Color information

#5D4079 (or 0x5D4079) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 40 and 79. RGB value is (93,64,121). Sum of RGB (Red+Green+Blue) = 93+64+121=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 121 (47.66% from 255 or 43.53% from 278); Max value from RGB is 121 - color contains mainly: blue. Hex color #5D4079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D4079 is #A2BF86. Grayscale: #4E4E4E. Windows color (decimal): -10665863 or 7946333. OLE color: 7946333.

HSL color Cylindrical-coordinate representation of color #5D4079: hue angle of 270.53º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D4079 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9364121-
CMYK0.230.4700.53
HSL270.53º30.81%36.27%-
HSV(B)270.53º47.11%47.45%-
XYZ9.87.3719-
YUV79.17151.61137.87-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.45%
GREEN value IS 64 (25.39% from 255) = 23.02%
BLUE value IS 121 (47.66% from 255) = 43.53%
R=33.45%
G=23.02%
B=43.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal93641210.230.4700.53270.5330.8136.27
Hex5D4079172F03510f1f24
Octal13510017127570654173744
Binary10111011000000111100110111101111011010110000111111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,64,121); }

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

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

 a { background-color: rgb(93,64,121); }

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

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

 span { border-color: rgb(93,64,121); }

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