Html Css Color HEX #5E348C Kingfisher Daisy

📋 copy color: '#5E348C'

red 94 ◦ green 52 ◦ blue 140

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

Shades of Kingfisher Daisy #5E348C

Tints of Kingfisher Daisy #5E348C

RGB

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

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

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

R = 32.87%
G = 18.18%
B = 48.95%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5E348C (or 0x5E348C) is known color: Kingfisher Daisy. HEX triplet: 5E, 34 and 8C. RGB value is (94,52,140). Sum of RGB (Red+Green+Blue) = 94+52+140=286 (37% of max value = 765). Red value is 94 (37.11% from 255 or 32.87% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #5E348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5E348C is #A1CB73. Grayscale: #4A4A4A. Windows color (decimal): -10603380 or 9188446. OLE color: 9188446.

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

Color convert

RGB 94 52 140 -
CMYK 0.33 0.63 0 0.45
HSL 268.64º 0.46% 0.38% -
HSV(B) 268.64º 0.63% 0.55% -
XYZ 10.58 6.73 25.55 -
YUV 74.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 94 52 140 0.33 0.63 0 0.45 268.64 0.46 0.38
Hex 5E 34 8C 21 3F 0 2D 10D 2E 26
Octal 136 64 214 41 77 0 55 415 56 46
Binary 1011110 110100 10001100 100001 111111 0 101101 100001101 101110 100110

Color Harmonies of #5E348C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E348C

Black with #5E348C

Text Example


Text Example

White with #5E348C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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