Html Css Color HEX #5E2B93 Kingfisher Daisy

📋 copy color: '#5E2B93'

red 94 ◦ green 43 ◦ blue 147

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

Shades of Kingfisher Daisy #5E2B93

Tints of Kingfisher Daisy #5E2B93

RGB

 RED value IS 94 (37.11% from 255) = 33.1%

 GREEN value IS 43 (17.19% from 255) = 15.14%

 BLUE value IS 147 (57.81% from 255) = 51.76%

R = 33.1%
G = 15.14%
B = 51.76%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E2B93 (or 0x5E2B93) is known color: Kingfisher Daisy. HEX triplet: 5E, 2B and 93. RGB value is (94,43,147). Sum of RGB (Red+Green+Blue) = 94+43+147=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #5E2B93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2B93 is #A1D46C. Grayscale: #454545. Windows color (decimal): -10605677 or 9644894. OLE color: 9644894.

HSL color Cylindrical-coordinate representation of color #5E2B93: hue angle of 269.42º degrees, saturation: 0.55, 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 #5E2B93 is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 43 147 -
CMYK 0.36 0.71 0 0.42
HSL 269.42º 0.55% 0.37% -
HSV(B) 269.42º 0.71% 0.58% -
XYZ 10.75 6.21 28.24 -
YUV 70.11 171.4 145.04 -
System Red Green Blue C M Y K H S L
Decimal 94 43 147 0.36 0.71 0 0.42 269.42 0.55 0.37
Hex 5E 2B 93 24 47 0 2A 10D 37 25
Octal 136 53 223 44 107 0 52 415 67 45
Binary 1011110 101011 10010011 100100 1000111 0 101010 100001101 110111 100101

Color Harmonies of #5E2B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2B93

Black with #5E2B93

Text Example


Text Example

White with #5E2B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E2B93;
 }
 .AnyTagClassName
 {
   color: #5E2B93;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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