Html Css Color HEX #5E318C Kingfisher Daisy

📋 copy color: '#5E318C'

red 94 ◦ green 49 ◦ blue 140

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

Shades of Kingfisher Daisy #5E318C

Tints of Kingfisher Daisy #5E318C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 49.47%

R = 33.22%
G = 17.31%
B = 49.47%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5E318C (or 0x5E318C) is known color: Kingfisher Daisy. HEX triplet: 5E, 31 and 8C. RGB value is (94,49,140). Sum of RGB (Red+Green+Blue) = 94+49+140=283 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.22% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #5E318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E318C is #A1CE73. Grayscale: #484848. Windows color (decimal): -10604148 or 9187678. OLE color: 9187678.

HSL color Cylindrical-coordinate representation of color #5E318C: hue angle of 269.67º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E318C is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 94 49 140 -
CMYK 0.33 0.65 0 0.45
HSL 269.67º 0.48% 0.37% -
HSV(B) 269.67º 0.65% 0.55% -
XYZ 10.45 6.47 25.51 -
YUV 72.83 165.91 143.1 -
System Red Green Blue C M Y K H S L
Decimal 94 49 140 0.33 0.65 0 0.45 269.67 0.48 0.37
Hex 5E 31 8C 21 41 0 2D 10E 30 25
Octal 136 61 214 41 101 0 55 416 60 45
Binary 1011110 110001 10001100 100001 1000001 0 101101 100001110 110000 100101

Color Harmonies of #5E318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E318C

Black with #5E318C

Text Example


Text Example

White with #5E318C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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