Html Css Color HEX #5E3187 Kingfisher Daisy

📋 copy color: '#5E3187'

red 94 ◦ green 49 ◦ blue 135

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

Shades of Kingfisher Daisy #5E3187

Tints of Kingfisher Daisy #5E3187

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.63%

 BLUE value IS 135 (53.13% from 255) = 48.56%

R = 33.81%
G = 17.63%
B = 48.56%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5E3187 (or 0x5E3187) is known color: Kingfisher Daisy. HEX triplet: 5E, 31 and 87. RGB value is (94,49,135). Sum of RGB (Red+Green+Blue) = 94+49+135=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #5E3187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E3187 is #A1CE78. Grayscale: #474747. Windows color (decimal): -10604153 or 8859998. OLE color: 8859998.

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

Color convert

RGB 94 49 135 -
CMYK 0.30 0.64 0 0.47
HSL 271.4º 0.47% 0.36% -
HSV(B) 271.4º 0.64% 0.53% -
XYZ 10.09 6.33 23.61 -
YUV 72.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 94 49 135 0.30 0.64 0 0.47 271.4 0.47 0.36
Hex 5E 31 87 1E 40 0 2F 10F 2F 24
Octal 136 61 207 36 100 0 57 417 57 44
Binary 1011110 110001 10000111 11110 1000000 0 101111 100001111 101111 100100

Color Harmonies of #5E3187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3187

Black with #5E3187

Text Example


Text Example

White with #5E3187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,49,135); }

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

background-color css

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

 a { background-color: rgb(94,49,135); }

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

border-color css

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

 span { border-color: rgb(94,49,135); }

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