#5D1997

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

Shades of Kingfisher Daisy #5D1997

Tints of Kingfisher Daisy #5D1997

Color information

#5D1997 (or 0x5D1997) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 19 and 97. RGB value is (93,25,151). Sum of RGB (Red+Green+Blue) = 93+25+151=269 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.57% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #5D1997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1997 is #A2E668. Grayscale: #3B3B3B. Windows color (decimal): -10675817 or 9902429. OLE color: 9902429.

HSL color Cylindrical-coordinate representation of color #5D1997: hue angle of 272.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5D1997 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB9325151-
CMYK0.380.8300.41
HSL272.38º71.59%34.51%-
HSV(B)272.38º83.44%59.22%-
XYZ10.455.2629.74-
YUV59.7179.53151.75-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 34.57%
GREEN value IS 25 (10.16% from 255) = 9.29%
BLUE value IS 151 (59.38% from 255) = 56.13%
R=34.57%
G=9.29%
B=56.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal93251510.380.8300.41272.3871.5934.51
Hex5D199726530291104823
Octal135312274612305142011043
Binary10111011100110010111100110101001101010011000100001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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