Html Css Color HEX #5E2994 Kingfisher Daisy

📋 copy color: '#5E2994'

red 94 ◦ green 41 ◦ blue 148

#5E2994
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #5E2994

Tints of Kingfisher Daisy #5E2994

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.2% from 255) = 52.3%

R = 33.22%
G = 14.49%
B = 52.3%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E2994 (or 0x5E2994) is known color: 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

RGB 94 41 148 -
CMYK 0.36 0.72 0 0.42
HSL 269.72º 0.57% 0.37% -
HSV(B) 269.72º 0.72% 0.58% -
XYZ 10.75 6.1 28.63 -
YUV 69.05 172.56 145.8 -
System Red Green Blue C M Y K H S L
Decimal 94 41 148 0.36 0.72 0 0.42 269.72 0.57 0.37
Hex 5E 29 94 24 48 0 2A 10E 39 25
Octal 136 51 224 44 110 0 52 416 71 45
Binary 1011110 101001 10010100 100100 1001000 0 101010 100001110 111001 100101

Color Harmonies of #5E2994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2994

Black with #5E2994

Text Example


Text Example

White with #5E2994

Text Example


Text Example

HTML Codes & Css Web 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>