Html Css Color HEX #5E327C Kingfisher Daisy

📋 copy color: '#5E327C'

red 94 ◦ green 50 ◦ blue 124

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

Shades of Kingfisher Daisy #5E327C

Tints of Kingfisher Daisy #5E327C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.66%

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

R = 35.07%
G = 18.66%
B = 46.27%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E327C (or 0x5E327C) is known color: Kingfisher Daisy. HEX triplet: 5E, 32 and 7C. RGB value is (94,50,124). Sum of RGB (Red+Green+Blue) = 94+50+124=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 124 (48.83% from 255 or 46.27% from 268); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E327C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E327C is #A1CD83. Grayscale: #474747. Windows color (decimal): -10603908 or 8139358. OLE color: 8139358.

HSL color Cylindrical-coordinate representation of color #5E327C: hue angle of 275.68º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E327C is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 50 124 -
CMYK 0.24 0.60 0 0.51
HSL 275.68º 0.43% 0.34% -
HSV(B) 275.68º 0.6% 0.49% -
XYZ 9.39 6.12 19.75 -
YUV 71.59 157.58 143.98 -
System Red Green Blue C M Y K H S L
Decimal 94 50 124 0.24 0.60 0 0.51 275.68 0.43 0.34
Hex 5E 32 7C 18 3C 0 33 114 2B 22
Octal 136 62 174 30 74 0 63 424 53 42
Binary 1011110 110010 1111100 11000 111100 0 110011 100010100 101011 100010

Color Harmonies of #5E327C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E327C

Black with #5E327C

Text Example


Text Example

White with #5E327C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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