#5D2392

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

Shades of Kingfisher Daisy #5D2392

Tints of Kingfisher Daisy #5D2392

Color information

#5D2392 (or 0x5D2392) is unknown color: approx Kingfisher Daisy. HEX triplet: 5D, 23 and 92. RGB value is (93,35,146). Sum of RGB (Red+Green+Blue) = 93+35+146=274 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.94% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 146 (57.42% from 255 or 53.28% from 274); Max value from RGB is 146 - color contains mainly: blue. Hex color #5D2392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D2392 is #A2DC6D. Grayscale: #404040. Windows color (decimal): -10673262 or 9577309. OLE color: 9577309.

HSL color Cylindrical-coordinate representation of color #5D2392: hue angle of 271.35º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D2392 is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9335146-
CMYK0.360.7600.43
HSL271.35º61.33%35.49%-
HSV(B)271.35º76.03%57.25%-
XYZ10.35.627.73-
YUV65173.72147.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 33.94%
GREEN value IS 35 (14.06% from 255) = 12.77%
BLUE value IS 146 (57.42% from 255) = 53.28%
R=33.94%
G=12.77%
B=53.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal93351460.360.7600.43271.3561.3335.49
Hex5D2392244C02B10f3d23
Octal13543222441140534177543
Binary10111011000111001001010010010011000101011100001111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,35,146); }

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

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

 a { background-color: rgb(93,35,146); }

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

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

 span { border-color: rgb(93,35,146); }

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