Html Css Color HEX #5E2184 Kingfisher Daisy

📋 copy color: '#5E2184'

red 94 ◦ green 33 ◦ blue 132

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

Shades of Kingfisher Daisy #5E2184

Tints of Kingfisher Daisy #5E2184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.74%

 BLUE value IS 132 (51.95% from 255) = 50.97%

R = 36.29%
G = 12.74%
B = 50.97%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5E2184 (or 0x5E2184) is known color: Kingfisher Daisy. HEX triplet: 5E, 21 and 84. RGB value is (94,33,132). Sum of RGB (Red+Green+Blue) = 94+33+132=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E2184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2184 is #A1DE7B. Grayscale: #3E3E3E. Windows color (decimal): -10608252 or 8659294. OLE color: 8659294.

HSL color Cylindrical-coordinate representation of color #5E2184: hue angle of 276.97º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E2184 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 33 132 -
CMYK 0.29 0.75 0 0.48
HSL 276.97º 0.6% 0.32% -
HSV(B) 276.97º 0.75% 0.52% -
XYZ 9.32 5.13 22.33 -
YUV 62.53 167.21 150.45 -
System Red Green Blue C M Y K H S L
Decimal 94 33 132 0.29 0.75 0 0.48 276.97 0.6 0.32
Hex 5E 21 84 1D 4B 0 30 115 3C 20
Octal 136 41 204 35 113 0 60 425 74 40
Binary 1011110 100001 10000100 11101 1001011 0 110000 100010101 111100 100000

Color Harmonies of #5E2184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2184

Black with #5E2184

Text Example


Text Example

White with #5E2184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,33,132); }

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

background-color css

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

 a { background-color: rgb(94,33,132); }

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

border-color css

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

 span { border-color: rgb(94,33,132); }

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