#5D317A

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

Shades of Kingfisher Daisy #5D317A

Tints of Kingfisher Daisy #5D317A

Color information

#5D317A (or 0x5D317A) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 31 and 7A. RGB value is (93,49,122). Sum of RGB (Red+Green+Blue) = 93+49+122=264 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.23% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 122 - color contains mainly: blue. Hex color #5D317A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D317A is #A2CE85. Grayscale: #464646. Windows color (decimal): -10669702 or 8008029. OLE color: 8008029.

HSL color Cylindrical-coordinate representation of color #5D317A: hue angle of 276.16º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5D317A is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9349122-
CMYK0.240.6000.52
HSL276.16º42.69%33.53%-
HSV(B)276.16º59.84%47.84%-
XYZ9.135.9319.08-
YUV70.48157.08144.06-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.23%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 122 (48.05% from 255) = 46.21%
R=35.23%
G=18.56%
B=46.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93491220.240.6000.52276.1642.6933.53
Hex5D317A183C0341142b22
Octal1356117230740644245342
Binary10111011100011111010110001111000110100100010100101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,49,122); }

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

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

 a { background-color: rgb(93,49,122); }

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

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

 span { border-color: rgb(93,49,122); }

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