Html Css Color HEX #5E347C Kingfisher Daisy

📋 copy color: '#5E347C'

red 94 ◦ green 52 ◦ blue 124

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

Shades of Kingfisher Daisy #5E347C

Tints of Kingfisher Daisy #5E347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.26%

 BLUE value IS 124 (48.83% from 255) = 45.93%

R = 34.81%
G = 19.26%
B = 45.93%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E347C (or 0x5E347C) is known color: Kingfisher Daisy. HEX triplet: 5E, 34 and 7C. RGB value is (94,52,124). Sum of RGB (Red+Green+Blue) = 94+52+124=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E347C is #A1CB83. Grayscale: #484848. Windows color (decimal): -10603396 or 8139870. OLE color: 8139870.

HSL color Cylindrical-coordinate representation of color #5E347C: hue angle of 275º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E347C is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 52 124 -
CMYK 0.24 0.58 0 0.51
HSL 275º 0.41% 0.35% -
HSV(B) 275º 0.58% 0.49% -
XYZ 9.48 6.29 19.78 -
YUV 72.77 156.91 143.15 -
System Red Green Blue C M Y K H S L
Decimal 94 52 124 0.24 0.58 0 0.51 275 0.41 0.35
Hex 5E 34 7C 18 3A 0 33 113 29 23
Octal 136 64 174 30 72 0 63 423 51 43
Binary 1011110 110100 1111100 11000 111010 0 110011 100010011 101001 100011

Color Harmonies of #5E347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E347C

Black with #5E347C

Text Example


Text Example

White with #5E347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,52,124); }

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

background-color css

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

 a { background-color: rgb(94,52,124); }

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

border-color css

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

 span { border-color: rgb(94,52,124); }

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