Html Css Color HEX #5E3386 Kingfisher Daisy

📋 copy color: '#5E3386'

red 94 ◦ green 51 ◦ blue 134

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

Shades of Kingfisher Daisy #5E3386

Tints of Kingfisher Daisy #5E3386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.28%

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

R = 33.69%
G = 18.28%
B = 48.03%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5E3386 (or 0x5E3386) is known color: Kingfisher Daisy. HEX triplet: 5E, 33 and 86. RGB value is (94,51,134). Sum of RGB (Red+Green+Blue) = 94+51+134=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #5E3386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3386 is #A1CC79. Grayscale: #494949. Windows color (decimal): -10603642 or 8794974. OLE color: 8794974.

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

Color convert

RGB 94 51 134 -
CMYK 0.30 0.62 0 0.47
HSL 271.08º 0.45% 0.36% -
HSV(B) 271.08º 0.62% 0.53% -
XYZ 10.1 6.47 23.27 -
YUV 73.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 94 51 134 0.30 0.62 0 0.47 271.08 0.45 0.36
Hex 5E 33 86 1E 3E 0 2F 10F 2D 24
Octal 136 63 206 36 76 0 57 417 55 44
Binary 1011110 110011 10000110 11110 111110 0 101111 100001111 101101 100100

Color Harmonies of #5E3386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3386

Black with #5E3386

Text Example


Text Example

White with #5E3386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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