#5E208D

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

Shades of Kingfisher Daisy #5E208D

Tints of Kingfisher Daisy #5E208D

Color information

#5E208D (or 0x5E208D) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 20 and 8D. RGB value is (94,32,141). Sum of RGB (Red+Green+Blue) = 94+32+141=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E208D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E208D is #A1DF72. Grayscale: #3E3E3E. Windows color (decimal): -10608499 or 9248862. OLE color: 9248862.

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

Color convert

RGB9432141-
CMYK0.330.7700.45
HSL274.13º63.01%33.92%-
HSV(B)274.13º77.3%55.29%-
XYZ9.945.3425.71-
YUV62.96172.04150.14-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.21%
GREEN value IS 32 (12.89% from 255) = 11.99%
BLUE value IS 141 (55.47% from 255) = 52.81%
R=35.21%
G=11.99%
B=52.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94321410.330.7700.45274.1363.0133.92
Hex5E208D214D02D1123f22
Octal13640215411150554227742
Binary10111101000001000110110000110011010101101100010010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E208D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,32,141); }

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

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

 a { background-color: rgb(94,32,141); }

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

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

 span { border-color: rgb(94,32,141); }

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