#5d1c8b

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

Shades of Kingfisher Daisy #5D1C8B

Tints of Kingfisher Daisy #5D1C8B

Color information

#5D1C8B (or 0x5D1C8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 1C and 8B. RGB value is (93,28,139). Sum of RGB (Red+Green+Blue) = 93+28+139=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 28 (11.33% from 255 or 10.77% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D1C8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1C8B is #A2E374. Grayscale: #3B3B3B. Windows color (decimal): -10675061 or 9116765. OLE color: 9116765.

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

Color convert

RGB9328139-
CMYK0.330.8000.45
HSL275.14º66.47%32.75%-
HSV(B)275.14º79.86%54.51%-
XYZ9.595.0224.89-
YUV60.09172.53151.47-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.77%
GREEN value IS 28 (11.33% from 255) = 10.77%
BLUE value IS 139 (54.69% from 255) = 53.46%
R=35.77%
G=10.77%
B=53.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93281390.330.8000.45275.1466.4732.75
Hex5D1C8B215002D1134221
Octal135342134112005542310241
Binary10111011110010001011100001101000001011011000100111000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d1c8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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