#5E2A93

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

Shades of Kingfisher Daisy #5E2A93

Tints of Kingfisher Daisy #5E2A93

Color information

#5E2A93 (or 0x5E2A93) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 2A and 93. RGB value is (94,42,147). Sum of RGB (Red+Green+Blue) = 94+42+147=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 147 (57.81% from 255 or 51.94% from 283); Max value from RGB is 147 - color contains mainly: blue. Hex color #5E2A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2A93 is #A1D56C. Grayscale: #454545. Windows color (decimal): -10605933 or 9644638. OLE color: 9644638.

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

Color convert

RGB9442147-
CMYK0.360.7100.42
HSL269.71º55.56%37.06%-
HSV(B)269.71º71.43%57.65%-
XYZ10.716.1428.22-
YUV69.52171.73145.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.22%
GREEN value IS 42 (16.80% from 255) = 14.84%
BLUE value IS 147 (57.81% from 255) = 51.94%
R=33.22%
G=14.84%
B=51.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal94421470.360.7100.42269.7155.5637.06
Hex5E2A93244702A10e3825
Octal13652223441070524167045
Binary10111101010101001001110010010001110101010100001110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,42,147); }

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

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

 a { background-color: rgb(94,42,147); }

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

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

 span { border-color: rgb(94,42,147); }

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