#5D1F8B

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

Shades of Kingfisher Daisy #5D1F8B

Tints of Kingfisher Daisy #5D1F8B

Color information

#5D1F8B (or 0x5D1F8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 1F and 8B. RGB value is (93,31,139). Sum of RGB (Red+Green+Blue) = 93+31+139=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D1F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1F8B is #A2E074. Grayscale: #3D3D3D. Windows color (decimal): -10674293 or 9117533. OLE color: 9117533.

HSL color Cylindrical-coordinate representation of color #5D1F8B: hue angle of 274.44º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D1F8B is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9331139-
CMYK0.330.7800.45
HSL274.44º63.53%33.33%-
HSV(B)274.44º77.7%54.51%-
XYZ9.665.1724.91-
YUV61.85171.54150.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.36%
GREEN value IS 31 (12.5% from 255) = 11.79%
BLUE value IS 139 (54.69% from 255) = 52.85%
R=35.36%
G=11.79%
B=52.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93311390.330.7800.45274.4463.5333.33
Hex5D1F8B214E02D1124021
Octal135372134111605542210041
Binary10111011111110001011100001100111001011011000100101000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,31,139); }

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

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

 a { background-color: rgb(93,31,139); }

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

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

 span { border-color: rgb(93,31,139); }

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