#5E2994

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

Shades of Kingfisher Daisy #5E2994

Tints of Kingfisher Daisy #5E2994

Color information

#5E2994 (or 0x5E2994) is unknown color: approx Kingfisher Daisy. HEX triplet: 5E, 29 and 94. RGB value is (94,41,148). Sum of RGB (Red+Green+Blue) = 94+41+148=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 148 (58.20% from 255 or 52.30% from 283); Max value from RGB is 148 - color contains mainly: blue. Hex color #5E2994 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2994 is #A1D66B. Grayscale: #444444. Windows color (decimal): -10606188 or 9709918. OLE color: 9709918.

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

Color convert

RGB9441148-
CMYK0.360.7200.42
HSL269.72º56.61%37.06%-
HSV(B)269.72º72.3%58.04%-
XYZ10.756.128.63-
YUV69.04172.56145.8-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.22%
GREEN value IS 41 (16.41% from 255) = 14.49%
BLUE value IS 148 (58.20% from 255) = 52.30%
R=33.22%
G=14.49%
B=52.30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal94411480.360.7200.42269.7256.6137.06
Hex5E2994244802A10e3925
Octal13651224441100524167145
Binary10111101010011001010010010010010000101010100001110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,41,148); }

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

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

 a { background-color: rgb(94,41,148); }

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

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

 span { border-color: rgb(94,41,148); }

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