#5D199B

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

Shades of Kingfisher Daisy #5D199B

Tints of Kingfisher Daisy #5D199B

Color information

#5D199B (or 0x5D199B) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 19 and 9B. RGB value is (93,25,155). Sum of RGB (Red+Green+Blue) = 93+25+155=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #5D199B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D199B is #A2E664. Grayscale: #3B3B3B. Windows color (decimal): -10675813 or 10164573. OLE color: 10164573.

HSL color Cylindrical-coordinate representation of color #5D199B: hue angle of 271.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D199B is Cyan = 0.4, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9325155-
CMYK0.40.8400.39
HSL271.38º72.22%35.29%-
HSV(B)271.38º83.87%60.78%-
XYZ10.785.3931.48-
YUV60.15181.53151.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.07%
GREEN value IS 25 (10.16% from 255) = 9.16%
BLUE value IS 155 (60.94% from 255) = 56.78%
R=34.07%
G=9.16%
B=56.78%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal93251550.40.8400.39271.3872.2235.29
Hex5D199B285402710f4823
Octal135312335012404741711043
Binary10111011100110011011101000101010001001111000011111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D199B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,25,155); }

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

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

 a { background-color: rgb(93,25,155); }

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

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

 span { border-color: rgb(93,25,155); }

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