Html Css Color HEX #5E2986 Kingfisher Daisy

📋 copy color: '#5E2986'

red 94 ◦ green 41 ◦ blue 134

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

Shades of Kingfisher Daisy #5E2986

Tints of Kingfisher Daisy #5E2986

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.24%

 BLUE value IS 134 (52.73% from 255) = 49.81%

R = 34.94%
G = 15.24%
B = 49.81%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5E2986 (or 0x5E2986) is known color: Kingfisher Daisy. HEX triplet: 5E, 29 and 86. RGB value is (94,41,134). Sum of RGB (Red+Green+Blue) = 94+41+134=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #5E2986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E2986 is #A1D679. Grayscale: #434343. Windows color (decimal): -10606202 or 8792414. OLE color: 8792414.

HSL color Cylindrical-coordinate representation of color #5E2986: hue angle of 274.19º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E2986 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 94 41 134 -
CMYK 0.30 0.69 0 0.47
HSL 274.19º 0.53% 0.34% -
HSV(B) 274.19º 0.69% 0.53% -
XYZ 9.71 5.69 23.14 -
YUV 67.45 165.56 146.94 -
System Red Green Blue C M Y K H S L
Decimal 94 41 134 0.30 0.69 0 0.47 274.19 0.53 0.34
Hex 5E 29 86 1E 45 0 2F 112 35 22
Octal 136 51 206 36 105 0 57 422 65 42
Binary 1011110 101001 10000110 11110 1000101 0 101111 100010010 110101 100010

Color Harmonies of #5E2986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E2986

Black with #5E2986

Text Example


Text Example

White with #5E2986

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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