Html Css Color HEX #5E2A93 Kingfisher Daisy

📋 copy color: '#5E2A93'

red 94 ◦ green 42 ◦ blue 147

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

Shades of Kingfisher Daisy #5E2A93

Tints of Kingfisher Daisy #5E2A93

RGB

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

 GREEN value IS 42 (16.8% 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 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

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

RGB 94 42 147 -
CMYK 0.36 0.71 0 0.42
HSL 269.71º 0.56% 0.37% -
HSV(B) 269.71º 0.71% 0.58% -
XYZ 10.71 6.14 28.22 -
YUV 69.52 171.73 145.46 -
System Red Green Blue C M Y K H S L
Decimal 94 42 147 0.36 0.71 0 0.42 269.71 0.56 0.37
Hex 5E 2A 93 24 47 0 2A 10E 38 25
Octal 136 52 223 44 107 0 52 416 70 45
Binary 1011110 101010 10010011 100100 1000111 0 101010 100001110 111000 100101

Color Harmonies of #5E2A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2A93

Black with #5E2A93

Text Example


Text Example

White with #5E2A93

Text Example


Text Example

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