#5D457C

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

Shades of Kingfisher Daisy #5D457C

Tints of Kingfisher Daisy #5D457C

Color information

#5D457C (or 0x5D457C) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 45 and 7C. RGB value is (93,69,124). Sum of RGB (Red+Green+Blue) = 93+69+124=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 124 (48.83% from 255 or 43.36% from 286); Max value from RGB is 124 - color contains mainly: blue. Hex color #5D457C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D457C is #A2BA83. Grayscale: #525252. Windows color (decimal): -10664580 or 8144221. OLE color: 8144221.

HSL color Cylindrical-coordinate representation of color #5D457C: hue angle of 266.18º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D457C is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9369124-
CMYK0.250.4400.51
HSL266.18º28.5%37.84%-
HSV(B)266.18º44.35%48.63%-
XYZ10.288.0420.08-
YUV82.45151.45135.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.52%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 124 (48.83% from 255) = 43.36%
R=32.52%
G=24.13%
B=43.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal93691240.250.4400.51266.1828.537.84
Hex5D457C192C03310a1c26
Octal13510517431540634123446
Binary10111011000101111110011001101100011001110000101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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