#5D3187

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

Shades of Kingfisher Daisy #5D3187

Tints of Kingfisher Daisy #5D3187

Color information

#5D3187 (or 0x5D3187) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 31 and 87. RGB value is (93,49,135). Sum of RGB (Red+Green+Blue) = 93+49+135=277 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.57% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #5D3187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D3187 is #A2CE78. Grayscale: #474747. Windows color (decimal): -10669689 or 8859997. OLE color: 8859997.

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

Color convert

RGB9349135-
CMYK0.310.6400.47
HSL270.7º46.74%36.08%-
HSV(B)270.7º63.7%52.94%-
XYZ9.996.2723.61-
YUV71.96163.58143.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.57%
GREEN value IS 49 (19.53% from 255) = 17.69%
BLUE value IS 135 (53.12% from 255) = 48.74%
R=33.57%
G=17.69%
B=48.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93491350.310.6400.47270.746.7436.08
Hex5D31871F4002F10f2f24
Octal13561207371000574175744
Binary1011101110001100001111111110000000101111100001111101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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