#5d1f94

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

Shades of Kingfisher Daisy #5D1F94

Tints of Kingfisher Daisy #5D1F94

Color information

#5D1F94 (or 0x5D1F94) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 1F and 94. RGB value is (93,31,148). Sum of RGB (Red+Green+Blue) = 93+31+148=272 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.19% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 148 (58.20% from 255 or 54.41% from 272); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D1F94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D1F94 is #A2E06B. Grayscale: #3E3E3E. Windows color (decimal): -10674284 or 9707357. OLE color: 9707357.

HSL color Cylindrical-coordinate representation of color #5D1F94: hue angle of 271.79º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D1F94 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9331148-
CMYK0.370.7900.42
HSL271.79º65.36%35.1%-
HSV(B)271.79º79.05%58.04%-
XYZ10.355.4528.52-
YUV62.88176.04149.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.19%
GREEN value IS 31 (12.5% from 255) = 11.40%
BLUE value IS 148 (58.20% from 255) = 54.41%
R=34.19%
G=11.40%
B=54.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal93311480.370.7900.42271.7965.3635.1
Hex5D1F94254F02A1104123
Octal135372244511705242010143
Binary10111011111110010100100101100111101010101000100001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d1f94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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